Skip to main content

INLINE_ORDERS_PER_LEVEL

Constant INLINE_ORDERS_PER_LEVEL 

Source
pub const INLINE_ORDERS_PER_LEVEL: usize = 4;
Expand description

Inline capacity for orders at a single price level. Sized to cover the typical 1-3 orders per level; above this the per-bucket SmallVec spills to the heap.