Skip to main content

Module aligned_vec

Module aligned_vec 

Source
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ยง

AlignedVec
A vector with SIMD-aligned memory allocation