3 unstable releases
Uses old Rust 2015
0.2.0 | Dec 12, 2019 |
---|---|
0.1.1 | Apr 11, 2019 |
0.1.0 | Apr 10, 2019 |
#832 in Concurrency
187 downloads per month
Used in 3 crates
(2 directly)
25KB
555 lines
rayon_croissant
bikeshedding the name: something that is mapped folded and collected, a 🥐
This crate offers a new parallel iterator adapter which allows you to mapfold an iterator and reduce the result of the folds into a given mutable reference.
lib.rs
:
<lqd> bikeshedding the name: something that is mapped folded and collected, a 🥐
This crate offers a new parallel iterator adapter which allows you to mapfold an iterator and reduce the result of the folds into a given mutable reference.
See ParallelIteratorExt::mapfold_reduce_into
for more information.
Dependencies
~1.5MB
~26K SLoC