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
4,119 downloads per month
Used in 19 crates
(2 directly)
17KB
254 lines
par-map
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