Type Alias HftBufferPool256

Source
pub type HftBufferPool256 = HftBufferPool<256, 131072>;
Expand description

HFT buffer pool with 256 buffers of 128KB each

Aliased Typeยง

pub struct HftBufferPool256 { /* private fields */ }