Type Alias HugeBlockSize

Source
pub type HugeBlockSize = BlockSize<1048576, 131072>;
Expand description

Block size suitable for batch sending of tons of items

Each block will have 1 048 576 slots.

Aliased Typeยง

pub struct HugeBlockSize;