Skip to main content

SIMD_MIN_INPUT_ENCODE

Constant SIMD_MIN_INPUT_ENCODE 

Source
const SIMD_MIN_INPUT_ENCODE: usize = 128;
Expand description

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.