Skip to main content

Module chunker

Module chunker 

Source
Expand description

The container→batch chunker for the columnar trace.

TrieChunker is the ContainerBuilder that turns a stream of RecordedUpdates into ColChunk batches for the Chunk harness’s batcher. It accumulates small inputs, consolidates, and ships chunks sized within 1-2x LINK_TARGET.

Structs§

TrieChunker
A chunker that unwraps RecordedUpdates into bare UpdatesTyped for the merge batcher.