Content deleted Content added
Line 30:
with a randomized hash function, is that enough entries are hashed to the same bucket so that there is enough entries
to overflow more than one overflow bucket ( assuming overflow bucket size = normal bucket size), before being absorbed by
The point of the algorithm seems to be that overflow is preempted by gradually increasing the number of available buckets,
Line 40:
Therefore the new hash function will only hash to buckets created by previous splits.
There is some flexibility in choosing how often the expansion operations are performed.
One obvious choice is to perform the expansion operation each time no more slots are available at the target slot ___location. Another choice
|