Type Alias VectorizedFeatures32

Source
pub type VectorizedFeatures32 = VectorizedFeatures<32>;
Expand description

Type alias for a vectorized feature calculator with 32-element capacity. Memory usage: ~768 bytes (3 buffers × 32 elements × 8 bytes), heap allocated. Best for: Simple market making, latency-critical applications. Performance note: Future optimization target for stack allocation.

Aliased Type§

pub struct VectorizedFeatures32 { /* private fields */ }