#split #atomic #arc #parallel-iterator #thread #iterator-adapter

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

#832 in Concurrency

Download history 60/week @ 2024-07-22 54/week @ 2024-07-29 26/week @ 2024-08-05 44/week @ 2024-08-12 12/week @ 2024-08-19 81/week @ 2024-08-26 43/week @ 2024-09-02 27/week @ 2024-09-09 28/week @ 2024-09-16 110/week @ 2024-09-23 91/week @ 2024-09-30 59/week @ 2024-10-07 40/week @ 2024-10-14 61/week @ 2024-10-21 41/week @ 2024-10-28 44/week @ 2024-11-04

187 downloads per month
Used in 3 crates (2 directly)

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