Type Alias HftBufferPool64

Source
pub type HftBufferPool64 = HftBufferPool<64, 32768>;
Expand description

HFT buffer pool with 64 buffers of 32KB each

Aliased Typeยง

pub struct HftBufferPool64 { /* private fields */ }