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

#1128 in Concurrency

Download history 884/week @ 2024-07-19 804/week @ 2024-07-26 866/week @ 2024-08-02 990/week @ 2024-08-09 642/week @ 2024-08-16 713/week @ 2024-08-23 1071/week @ 2024-08-30 1031/week @ 2024-09-06 1210/week @ 2024-09-13 1148/week @ 2024-09-20 1091/week @ 2024-09-27 1968/week @ 2024-10-04 2029/week @ 2024-10-11 2823/week @ 2024-10-18 1618/week @ 2024-10-25 1979/week @ 2024-11-01

8,838 downloads per month
Used in 20 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

~155KB