-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
Our current hashtables just take the hash modulo number of buckets to find the bucket. There is a good case to be made that multiplying by a suitable magic number, such as the golden ratio, will help spread the entropy around, particularly for poor hash functions. We should try this out and measure the results.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.