JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

233 - Fix IDEA-347713 Package Search Plugin high CPU use #112

Closed lamba92 closed 9 months ago

lamba92 commented 9 months ago

This update modifies the caching system and retrieval of modules in Gradle projects. It revamps the caching of declared dependencies by associating them with their SHA hash of the respective build file, and storing them in the local caches.