Returns the reduction of this ReducedMap
, combining all contained
elements with the given accumulator
and combiner
functions,
recomputing only what has changed since the last invocation of reduced
.
Stores partial computations to accelerate repeated reduction of
continuously mutating datasets.
An OrderedMap that memoizes partial combinations of sub-elements to support efficient, incremental reduction of continuously mutating datasets.