mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Parallelize more things #134

Open beeb opened 1 month ago

beeb commented 1 month ago

We should parallelize unzipping and removal of the zip file in the same task that now downloads each dependency, which will also make it so that bugs like #133 can't happen.

beeb commented 3 weeks ago

Working on it