-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add parallel iterators #10075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add parallel iterators #10075
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
598a663
to
7b2a6d3
Compare
7b2a6d3
to
a69d66c
Compare
CodSpeed Performance ReportMerging #10075 will degrade performances by 1.58%Comparing Summary
Benchmarks breakdown
|
Description:
I introduced
swc_par_iter
, which usesswc_parallel
forjoin
operations. It's not perfect, but this PR looks like a good starting point. I decided to implement it in a separate crate thanchili
because I need the ability to switch parallelization library.