Hi everyone, I just came across this news. Anyone working on something like that feels comfortable to comment upon it? I am just curious about your thoughts on the impact of this new state of the art hash tables.
First, my comfort level isn't quite what I'd like it to be since I spent all of about 15 minutes speed reading the paper. To make it clear: I'm far from smart enough to understand all the mathematical nuances in such a short amount of time.
With that out of the way, my opinion is that the state of the art will have advanced when real algorithms have demonstrated having those mathematical properties. IOW, it's one thing to prove mathematically that an algorithm with specific properties will perform within proven bounds and quite another to have a _real_ algorithm that has those properties.
All that said, it is very useful to know that, at least in theory, it is conceivable to have an algorithm find keys in O(1) even in a table that is very close to 100% full. Having an implementation that behaves that way would be genuinely impressive.