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

TypesLoaderVisitor: Repeated scanning of same jar files slow #25

Open
cal101 opened this issue Mar 5, 2017 · 0 comments
Open

TypesLoaderVisitor: Repeated scanning of same jar files slow #25

cal101 opened this issue Mar 5, 2017 · 0 comments

Comments

@cal101
Copy link
Collaborator

cal101 commented Mar 5, 2017

TypesLoaderVisitor repeatedly scans the same jars.
Profiling this in a a setting of 19.000 source files and a long jar list identifies jar file scanning.
The setting takes 30 minutes and only 10 minutes when caching the name list.
Override plugin and imports-cleaner plugin where active.

cal101 added a commit to cal101/javalang-compiler that referenced this issue Mar 5, 2017
rpau added a commit that referenced this issue Mar 7, 2017
200% speedup for large project - cache class names of jar files - #25
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

No branches or pull requests

1 participant