Type Alias HftBufferPool128

Source
pub type HftBufferPool128 = HftBufferPool<128, 65536>;
Expand description

HFT buffer pool with 128 buffers of 64KB each

Aliased Typeยง

pub struct HftBufferPool128 { /* private fields */ }