A young computer scientist and two colleagues show that searches within data structures called hash tables can be much faster than previously deemed possible.
Comments
Log in with your Bluesky account to leave a comment
From the paper: "...whenever the user inserts a key/value pair (x, y), they are given back a small hint h that they are responsible for storing. ... In the future, when the user wishes to recover the value y for x, they present both the key x and the hint h to the retrieval data structure. "
Oddly I don't find the passage you quoted. I'm reading "Optimal Bounds for Open Addressing Without Reordering" (28 Feb 2025) in case you got it from somewhere else.
Comments