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 supported3 Subscribers
Add a CodeTriage badge to rayon
Help out
- Issues
- rayon-core: bound the number of concurrently searching threads
- docs(iter): clarify panic_fuse limits
- Add `IndexedParallelIterator::cartesian_product`
- Document order preservation in parallel iterators
- Delegate parallel unstable sort leaves to the standard library
- Document happens-before guarantee of ParallelIterator::for_each*
- Implement `HashMap<K, Vec<V>>` Transpose
- Transpose `HashMap<K, Vec<T>>` to `Vec<HashMap<K, T>>`
- Use `WorkerThread` directly in thread-local instead of a pointer
- Refactor par_sort_unstable to delegate to standard library
- Docs
- Rust not yet supported