pub type LargeBlockSize = BlockSize<4096, 512>;
Block size suitable for batch sending of many items
Each block will have 4096 slots.
pub struct LargeBlockSize;