2 releases

Uses old Rust 2015

0.0.5 May 1, 2015
0.0.4 Apr 24, 2015

#24 in #likely

MIT license

5KB
141 lines

pmap

Build Status

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

No runtime deps