You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently stumbled upon the Optimal Bounds for Open Addressing Without Reordering paper (v2, 28 Feb 2025).
There's now a Python package implementing open‐addressing hash tables inspired by the research paper: OptOpenHash.
I was wondering whether someone had in sight to bring either elastic hashing or funnel hashing to fastutil's OpenHashMaps?