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

Optimize class loading #13

Open
keskiju opened this issue Dec 27, 2015 · 2 comments
Open

Optimize class loading #13

keskiju opened this issue Dec 27, 2015 · 2 comments

Comments

@keskiju
Copy link
Owner

keskiju commented Dec 27, 2015

No description provided.

@keskiju keskiju added this to the v1.0.0 milestone Dec 27, 2015
@keskiju
Copy link
Owner Author

keskiju commented Dec 30, 2015

Optimized it a little bit and now it's good enough for v1.0.0. Scanning a mid size project still takes a few minutes so it still needs some work. Now all jar files are loaded in series. Probably should scan multiple jar files concurrently and also use Task to utilize multiple cpu cores.

@keskiju keskiju removed this from the v1.0.0 milestone Dec 30, 2015
@keskiju keskiju changed the title Optimize 'load class members' Optimize class loading Jan 20, 2016
@keskiju
Copy link
Owner Author

keskiju commented Feb 20, 2016

While at it, replace promises with ES7 async-await.

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

No branches or pull requests

1 participant