ZSTD_c_hashLog constant
int
const ZSTD_c_hashLog
Size of the initial probe table, as a power of 2. Resulting memory usage is (1 << (hashLog+2)). Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX. Larger tables improve compression ratio of strategies <= dFast, and improve speed of strategies > dFast. Special: value 0 means "use default hashLog".
Implementation
static const int ZSTD_c_hashLog = 102;