|
|
|
|
|
by Scaevolus
3622 days ago
|
|
Yes, speed for normal inputs is what's generally desired. A faster hash function can yield better overall performance than having fewer collisions. Here's some empirical evidence for this: https://www.strchr.com/hash_functions The speed is correlated only weakly with the number of collisions-- and using the modern x86 CRC32 instruction yields the best results. |
|
http://www.burtleburtle.net/bob/hash/spooky.html