pub type SmallExecutionVec<T> = SmallVec<[T; 4]>;
Small vector for executions (typically < 4 executions per order)
pub struct SmallExecutionVec<T> { /* private fields */ }