Struct rayon::par_iter::len::ParallelLen
[−]
[src]
pub struct ParallelLen { pub maximal_len: usize, pub cost: f64, pub sparse: bool, }
Fields
maximal_len | Maximal number of elements that we will write |
cost | An estimate of the "cost" of this operation. This is a kind of abstract concept you can use to influence how fine-grained the threads are. TODO: refine this metric. |
sparse | If true, all elements will be written. If false, some may not.
For example, |