The table contains mask + 1 slots, and that's a power of 2. We store the mask instead of the size because the mask is more frequently needed.
See Implementation
The table contains mask + 1 slots, and that's a power of 2. We store the mask instead of the size because the mask is more frequently needed.