Skip to main content

Module reduce

Module reduce 

Source
Expand description

The proxy reduce framework.

A conventional differential reduce against (u64, u64), where the backend supplies the implementation of the interpretation of the integers.

Structs§

ProxyReduceTactic
A proxy-space ReduceTactic: matches input and output records by key_hash.
ReduceInstance
A unit of proxied reduce work, presented to the backend.
ReduceWindow
One window of a retire’s changed keys: a bounded, hash-contiguous snip the backend sizes.

Traits§

ProxyReduceBackend
The reduce backend: value semantics for a proxy-space reduction, driven by ProxyReduceTactic.