Skip to main content

ChunkBatcher

Type Alias ChunkBatcher 

Source
pub type ChunkBatcher<K, V, T, R> = ChunkBatcher<VecChunk<K, V, T, R>>;
Expand description

Merge batcher over VecChunks; a ContainerChunker<VecChunk> at the arrange_core callsite forms the chunks it merges (via the container traits below).

Aliased Typeยง

pub struct ChunkBatcher<K, V, T, R> { /* private fields */ }