orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
6
7
mod collect;
mod collect_arb;
mod fold;
mod next;
mod next_any;
mod reduce;
mod tree;