Support rayon parallel iterators
Open
enhancement
good first issue
help wanted
- Dominant language
- Rust
- Stars
- 580
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
We should implement [`rayon` parallel iterators]. The notes and code in [`iter/plumbing`] may be helpful, and the [`hashbrown` implementation](https://github.com/rust-lang/hashbrown/tree/b8c34c96924ccfbe79a09d0ffc01d0744a42afcb/src/external_trait_impls/rayon) too.
[`rayon` parallel iterators]: https://docs.rs/rayon/1/rayon/iter/index.html
[`iter/plumbing`]: https://github.com/rayon-rs/rayon/tree/master/src/iter/plumbing
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.