-
Notifications
You must be signed in to change notification settings - Fork 9
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
Best way to swap out Rayon for chili #10
Comments
The benchmarks have the same example running on both chili and Rayon. The main difference right now is that you need to create a |
A major use-case for rayon, is the roughly zero-setup parallelization of collection processing ( |
@impactdni2, the reason why I focused on If heartbeat scheduling proves to be useful for parallel iterators, maybe the best course of action is to try and integrate both this and the |
See also rayon-rs/rayon#1188 -- I think it would be quite interesting to explore such changes in |
@dragostis Completely understand, and I'll definitely look at moving parts of my application that decompose nicely into |
Closing this in favor of #12. The plan is to implement the entire |
Awesome work! What's the easiest way for non-experts to take advantage of chili if they know their favorite Rust project is using Rayon?
The text was updated successfully, but these errors were encountered: