Expand description
SIMD-aligned vector implementation for high-performance time series operations
This module provides AlignedVec, a vector type that guarantees memory alignment suitable for SIMD operations (AVX2: 32-byte alignment).
Structsยง
- Aligned
Vec - A vector with SIMD-aligned memory allocation