Module differential_dataflow::algorithms::prefix_sum
source · Expand description
Implementation of Parallel Prefix Sum
Traits§
- Extension trait for the prefix_sum method.
Functions§
- Accumulate data in
collection
into all powers-of-two intervals containing them. - Produces the accumulated values at each of the
usize
locations inqueries
.