Module orx_parallel::prelude
source · Expand description
Common structs, enums and traits.
Re-exports§
pub use crate::*;
Structs§
- Strategy which allows creates a fragment with double the capacity of the prior fragment every time the split vector needs to expand.
- A fixed vector,
FixedVec, is a vector with a strict predetermined capacity (seeSplitVecfor dynamic capacity version). - Strategy which allows the split vector to grow linearly.
- Equivalent to
Doublingstrategy except for the following: - A split vector; i.e., a vector of fragments, with the following features:
Traits§
- Growth strategy of a split vector.
- Trait for vector representations differing from
std::vec::Vecby the following: