pub const DEFAULT_LINEAR_THRESHOLD: usize = raw::Group::WIDTH; // 8usizeExpand 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).