Module orx_parallel::prelude

source ·
Expand description

Common structs, enums and traits.

Re-exports§

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 (see SplitVec for dynamic capacity version).
  • Strategy which allows the split vector to grow linearly.
  • Equivalent to Doubling strategy 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::Vec by the following: