Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: parallelize VisibilityTracker::from_crate (#424)
Small perf gains as there isn't much we can parallelize without more code massaging: ``` (92a9868) ❯ cargo criterion --bench indexed_crate --features rayon IndexedCrate/new(aws-sdk-ec2) time: [574.13 ms 575.49 ms 576.92 ms] (changes) ❯ cargo criterion --bench indexed_crate --features rayon IndexedCrate/new(aws-sdk-ec2) time: [557.73 ms 559.38 ms 560.96 ms] change: [-3.1709% -2.8003% -2.4380%] (p = 0.00 < 0.05) Performance has improved. ```
- Loading branch information