Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
-
None
Description
https://pkg.go.dev/hash/maphash is actually intended for use as a hashtable hash, and leverages the go runtime's efficient map hasher. This will hopefully lead to a mild speedup, and with the additional random seeds (consistent for the life of a hasher) will reduce the odds of collisions vs the current deterministic hasher.
Attachments
Issue Links
- links to