Comment on Fibonacci Hashing: The Optimization That the World ForgotComments−mkj1yThe Linux kernel integer hash uses something similar, so not totally forgotten. \* These are the negative, (1 - phi) = phi\*2 = (3 - sqrt(5))/2, \* which is very slightly easier to multiply by and makes no \* difference to the hash distribution. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Comments
The Linux kernel integer hash uses something similar, so not totally forgotten.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...