Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance fixes #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Dinesh-Khandelwal
Copy link

The main intention of these fixes:

  1. Use single xmlcontext object to use descriptor caching properly.
    2.Avoid checking .contains for descriptors while putting into the cache as it casues memory leaks if .cdr files are not proper e.g. in different jars but in the same name space but with different entries.
  2. Search with the right pattern of the descriptors in the first go to avoid thread blocks on the class loader.

@Dinesh-Khandelwal
Copy link
Author

#61

@Dinesh-Khandelwal
Copy link
Author

I hope that , you will not get any formatting issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant