Darkyenus / wemi

Nimble build system, with batteries included and replaceable
Mozilla Public License 2.0
18 stars 2 forks source link

Parallelize Maven repository dependency resolution #2

Closed Darkyenus closed 4 years ago

Darkyenus commented 4 years ago

Dependency resolution could be parallelized, which could improve the performance, since a lot of repositories take some time to respond, so we are not really network bound.

Darkyenus commented 4 years ago

Implemented in 5301b22a85fa61cb74b2374a0231ebbf3f09b391 and related commits.