orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
mod fixed_chunk_runner;
pub(crate) mod heuristic;
mod state;

pub use fixed_chunk_runner::FixedChunkRunner;