papers-we-love_papers-we-love/data_structures/README.md
Kevin Mulvey a596b6a0ce Hopscotch hashing
Introduced by Maurice Herlihy, Nir Shavit and Moran Tzafrir in 2008,
hopscotch is a way of resolving hash collisions using open addressing
and is also useful in implementing a concurrent hash table.
2015-08-27 13:05:36 -04:00

487 B