#arc #split #atomic #thread

rayon_croissant

<lqd> bikeshedding the name: something that is mapped folded and collected, a 🥐

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

#585 in Concurrency

Download history 208/week @ 2023-02-07 212/week @ 2023-02-14 206/week @ 2023-02-21 159/week @ 2023-02-28 162/week @ 2023-03-07 165/week @ 2023-03-14 239/week @ 2023-03-21 257/week @ 2023-03-28 263/week @ 2023-04-04 324/week @ 2023-04-11 242/week @ 2023-04-18 295/week @ 2023-04-25 256/week @ 2023-05-02 165/week @ 2023-05-09 286/week @ 2023-05-16 233/week @ 2023-05-23

987 downloads per month

Apache-2.0 OR MIT

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
~28K SLoC