Hacker News new | ask | show | jobs
Show HN: A Probing Hash Table Framework (chara.cs.illinois.edu)
27 points by skystrife 3799 days ago
1 comments

Probing is great but you have to be careful in a situation where deletes are common. Robin hood hashing is a great solution for those.