DEFAULT_LINEAR_THRESHOLD

Constant DEFAULT_LINEAR_THRESHOLD 

Source
pub const DEFAULT_LINEAR_THRESHOLD: usize = raw::Group::WIDTH; // 8usize
Expand description

Default threshold for switching from linear search to SIMD hash search. When N or len is less than this value, linear search is used. Equal to the SIMD group width (16 on SSE2, 8 on NEON/generic).