ZSTD_c_ldmHashLog constant
int
const ZSTD_c_ldmHashLog
Size of the table for long distance matching, as a power of 2. Larger values increase memory usage and compression ratio, but decrease compression speed. Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX default: windowlog - 7. Special: value 0 means "automatically determine hashlog".
Implementation
static const int ZSTD_c_ldmHashLog = 161;