ZSTD_c_targetLength constant
int
const ZSTD_c_targetLength
Impact of this field depends on strategy. For strategies btopt, btultra & btultra2: Length of Match considered "good enough" to stop search. Larger values make compression stronger, and slower. For strategy fast: Distance between match sampling. Larger values make compression faster, and weaker. Special: value 0 means "use default targetLength".
Implementation
static const int ZSTD_c_targetLength = 106;