hashBitsForLevel

private fnuint hashBitsForLevel(int level) pure nothrow @nogc

Compute the number of hash bits to use for a given compression level.

Parameters

levelCompression level in the 0..9 range.

Returns

Number of bits used to index the hash table.