M4SS-Code / cargo-goggles

Verify that registry crates in your Cargo.lock are reproducible from the git repository
https://crates.io/crates/cargo-goggles
Apache License 2.0
36 stars 2 forks source link

Feature request: Paralleism #3

Closed VorpalBlade closed 5 months ago

VorpalBlade commented 6 months ago

It should be possible to use something like rayon to run many checks of different dependencies in parallel. The program doesn't seem to be either CPU or network bound, so it should be trivial to make it go faster.

paolobarbolini commented 6 months ago

Implemented in #27