pub type VectorizedFeatures128 = VectorizedFeatures<128>;Expand description
Type alias for a vectorized feature calculator with 128-element capacity. Memory usage: ~3 KB (3 buffers × 128 elements × 8 bytes), heap allocated. Best for: Deep order book analysis, research applications.
Aliased Type§
pub struct VectorizedFeatures128 { /* private fields */ }