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

[optimization] Dependency versions re-calculated often #1116

Closed
BoykoAlex opened this issue Oct 4, 2023 · 1 comment
Closed

[optimization] Dependency versions re-calculated often #1116

BoykoAlex opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: performance theme: validation type: enhancement

Comments

@BoykoAlex
Copy link
Contributor

There are too many calls parsing versions of artifacts from JAR files.
Consider caching binary classpath entries versions as well as cache results of the lookup logic that finds a JAR library on the classpath starting with artifact's name.
Also, obvious improvement is to exract pattern compilation to a static constant.

(Raised based on findings reported by @martinlippert)

@BoykoAlex
Copy link
Contributor Author

Should be fixed with 63cf7c5 and 63cf7c5

@martinlippert martinlippert changed the title Dependency versions re-calculated often [optimization] Dependency versions re-calculated often Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: performance theme: validation type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants