orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
pub struct State {
    pub max_num_threads: usize,
    pub size_hint: (usize, Option<usize>),
    pub chunk_size: usize,
}