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

#766 in Concurrency

Download history 703/week @ 2023-06-09 1092/week @ 2023-06-16 770/week @ 2023-06-23 782/week @ 2023-06-30 528/week @ 2023-07-07 752/week @ 2023-07-14 557/week @ 2023-07-21 517/week @ 2023-07-28 809/week @ 2023-08-04 636/week @ 2023-08-11 804/week @ 2023-08-18 596/week @ 2023-08-25 560/week @ 2023-09-01 934/week @ 2023-09-08 694/week @ 2023-09-15 396/week @ 2023-09-22

2,724 downloads per month
Used in 15 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

~115KB