Skip to main content

MIN_DIM_SIMD

Constant MIN_DIM_SIMD 

Source
pub const MIN_DIM_SIMD: usize = 16;
Expand description

Minimum vector dimension for SIMD to be worthwhile.

Below this threshold, function call overhead outweighs SIMD benefits. Matches qdrant’s MIN_DIM_SIZE_SIMD threshold.