orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "std")]
mod basic;

#[cfg(all(feature = "wasm", target_arch = "wasm32", target_feature = "atomics"))]
mod wasm_web;

mod global;