2 releases
Uses old Rust 2015
0.0.5 | May 1, 2015 |
---|---|
0.0.4 | Apr 24, 2015 |
#183 in #arguments
5KB
141 lines
pmap
Parallel map for rust, likely slower then just doing it sequentially.
Takes 4 arguments
the in array, the out array, the number of threads, and the function