pub type ChunkBatcher<C> = MergeBatcher<ChunkMerger<C>>;Expand description
A merge-batcher Merger
over chains of Chunks.
merge runs the whole-chain binary merger; extract splits by the seal frontier
using Chunk::extract. The batcher consolidates equal (data, time) updates
but does not advance times — time advancement is advance’s job, handled later in
the trace. Both settle their output, since the batcher’s chains want to be graded.
Aliased Type§
pub struct ChunkBatcher<C> { /* private fields */ }