Files
tubestation/xpcom/ds/nsPointerHashKeys.h
Ehsan Akhgari 86681523ca Bug 1379282 - Improve XPCOM's pointer hashing functions for pointers to neighboring memory locations; r=erahm
The simplistic shift-based hashing function creates a lot of collisions
for pointers pointing to arrays as it doesn't do a great job at distributing
the data randomly based on the input bytes.
2017-07-19 14:16:35 -04:00

1.3 KiB