hashBitsForLevel
private fn
uint hashBitsForLevel(int level) pure nothrow @nogcCompute the number of hash bits to use for a given compression level.
Parameters
level | Compression level in the 0..9 range. |
Returns
Number of bits used to index the hash table.