5 releases

Uses old Rust 2015

0.1.4 Jun 16, 2018
0.1.3 Jun 12, 2018
0.1.2 Nov 18, 2017
0.1.1 Jun 3, 2017
0.1.0 Apr 7, 2017

#1015 in Concurrency

Download history 786/week @ 2024-03-14 885/week @ 2024-03-21 1647/week @ 2024-03-28 1536/week @ 2024-04-04 1785/week @ 2024-04-11 1239/week @ 2024-04-18 1483/week @ 2024-04-25 1350/week @ 2024-05-02 1146/week @ 2024-05-09 1209/week @ 2024-05-16 851/week @ 2024-05-23 1382/week @ 2024-05-30 1142/week @ 2024-06-06 767/week @ 2024-06-13 976/week @ 2024-06-20 908/week @ 2024-06-27

4,119 downloads per month
Used in 19 crates (2 directly)

WTFPL license

17KB
254 lines

par-map Build status

Parallel map and flat_map for rust.

Documentation

Find it on Docs.rs


lib.rs:

This crate provides an easy way to get parallel iteration. The contract of the added method are (almost) exacly the same as the method without the par_ prefix proposed in std.

Dependencies

~150KB