pub fn parallel_fold_efficient<T, R, F, G, C>(
items: &[T],
identity: G,
fold_op: F,
combine: C,
) -> RExpand description
Parallel fold with minimal allocations
pub fn parallel_fold_efficient<T, R, F, G, C>(
items: &[T],
identity: G,
fold_op: F,
combine: C,
) -> RParallel fold with minimal allocations