Article : Fibonacci Hashing: The Optimization that the World Forgot (or: a Better Alternative to Integer Modulo)
10 views
Skip to first unread message
nitinsknowledgeshare
unread,
May 1, 2023, 3:51:41 AM5/1/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nitinsknowledgeshare
Hi All,
Usually we think Hash Tables in typical programming language sdks (STL in C++, Java JDK etc) are highly optimized. It is difficult to improve on those. But sometimes you get a surprise.
Here is a forgotten algorithm known in acadamics but not used in practice. And you get surprise !!!