ZSTD_c_ldmHashRateLog constant

int const ZSTD_c_ldmHashRateLog

Frequency of inserting/looking up entries into the LDM hash table. Must be clamped between 0 and (ZSTD_WINDOWLOG_MAX - ZSTD_HASHLOG_MIN). Default is MAX(0, (windowLog - ldmHashLog)), optimizing hash table usage. Larger values improve compression speed. Deviating far from default value will likely result in a compression ratio decrease. Special: value 0 means "automatically determine hashRateLog".

Implementation

static const int ZSTD_c_ldmHashRateLog = 164;