pub const INLINE_ORDERS_PER_LEVEL: usize = 4;
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.
SmallVec