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

#1276 in Concurrency

Download history 1489/week @ 2024-11-16 1647/week @ 2024-11-23 1574/week @ 2024-11-30 1785/week @ 2024-12-07 1494/week @ 2024-12-14 826/week @ 2024-12-21 676/week @ 2024-12-28 1492/week @ 2025-01-04 1775/week @ 2025-01-11 1850/week @ 2025-01-18 1412/week @ 2025-01-25 2464/week @ 2025-02-01 3826/week @ 2025-02-08 2428/week @ 2025-02-15 3488/week @ 2025-02-22 2942/week @ 2025-03-01

13,198 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