autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

Optimize class loading

Open keskiju opened this issue 9 years ago • 2 comments

keskiju avatar Dec 27 '15 23:12 keskiju

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 avatar Dec 30 '15 09:12 keskiju

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

keskiju avatar Feb 20 '16 17:02 keskiju