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

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

#712 in Concurrency

Download history 1/week @ 2023-11-27 11/week @ 2023-12-18 7/week @ 2023-12-25 116/week @ 2024-02-05 61/week @ 2024-02-12 130/week @ 2024-02-19 135/week @ 2024-02-26 109/week @ 2024-03-04 77/week @ 2024-03-11

465 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