in TT, save "common bucket bits" #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As min TT is 1Mb, that is 16,384 buckets, (16
bitsbytes per entry and 4 entries in bucket), the mask is 14 bits (common part for all entries in one bucket).Note: It would be 16 bits from 4Gb TT.
We can therefore store 50 bits (64 - 14) only, leaving 14 bits for other usage.
Or, to stay on 8 bits boundary: 56 bits, leaving 1 byte for other usage.