Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor IndexedCrate::new in preparation for parallelizing (#405
) * chore: refactor IndexedCrate::new in preparation for parallelizing Modify imperative code into iterator code to make it easier to paralellize with rayon. No perf increase: ``` IndexedCrate/new(aws-sdk-ec2) time: [1.3491 s 1.3505 s 1.3520 s] change: [-0.8260% -0.7120% -0.6178%] (p = 0.00 < 0.05) Change within noise threshold. ``` * Update src/indexed_crate.rs --------- Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
- Loading branch information