Olical / depot

Find newer versions of your dependencies in your deps.edn file
https://clojars.org/olical/depot
The Unlicense
260 stars 14 forks source link

Reduce runtime #16

Closed lverns closed 5 years ago

lverns commented 5 years ago

When checking for updates, particularly on large projects with many top-level dependencies, and several repositories, the majority of the runtime is spent querying remote servers for version information. By running these queries in parallel we make checking for updates a lot faster.

Caveats:

Olical commented 5 years ago

Damn this is really cool, thank you very much! I've looked over the commits and am happy, will just give it a test locally before merging, great work! :clap:

Olical commented 5 years ago

Excellent, no difference other than much faster. Great work, thank you very much!