Remix.run Logo
btilly 4 days ago

Poor summary.

Better summary. Fibonacci hashing isn't a great hash function, but it is a really good solution to mapping large integers to small integers. Using it for that doubles the speed of hashing in practice.

CyberDildonics 4 days ago | parent [-]

Why not just xor all the bits together?