orx-parallel 3.4.0

High performance, configurable and expressive parallel computation library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod copied;
mod count;
mod flatten;
mod for_each;
mod inspect;
mod iter_consuming;
mod iter_ref;
mod map;
mod min_max;
mod range;
mod slice;
mod sum;
mod vectors;
mod xap;