pub const OPTIMAL_BYTES: usize = _; // 16usizeExpand description
Provides a constant optimizing BYTES (see Pattern) to target cpu simd
width. This is a best-effort, defaulting to maximum supported bytes.
Note that BYTES also determines maximum pattern length.
There was no benchmark performed comparing different values of BYTES to assumed optimal platform target width.