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

#928 in Concurrency

Download history 768/week @ 2023-12-01 462/week @ 2023-12-08 592/week @ 2023-12-15 328/week @ 2023-12-22 360/week @ 2023-12-29 560/week @ 2024-01-05 489/week @ 2024-01-12 568/week @ 2024-01-19 651/week @ 2024-01-26 417/week @ 2024-02-02 425/week @ 2024-02-09 483/week @ 2024-02-16 500/week @ 2024-02-23 674/week @ 2024-03-01 787/week @ 2024-03-08 767/week @ 2024-03-15

2,811 downloads per month
Used in 18 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