const SIMD_MIN_INPUT_ENCODE: usize = 128;
Minimum input length before a SIMD path is used. Below these the setup cost outweighs the gain; encode needs more data than decode to break even.