rayon
https://github.com/rayon-rs/rayon
Rust
Rayon: A data parallelism library for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported2 Subscribers
Add a CodeTriage badge to rayon
Help out
- Issues
- Support terminating `ThreadPool` without executing remaining jobs.
- rayon adaptive
- Block until all `rayon::spawn` have completed
- Scopes and blocking operations
- Stack overflow with rayon::scope and spawn
- Might want to include some docs on how to change the Hasher for HashMap
- Add an Iterator::cycle equivalent
- Support infinty loops ```(0...).into_par_iter().all(|x| { println!("{}", x);});```
- Allow using parallel iterators on with a specific thread pool without install
- ThreadSanitizer doesn't like rayon's work stealing?
- Docs
- Rust not yet supported