Skip to content

Hopscotch hashing is a scheme for resolving hash collisions of values of hash functions in a table using open addressing. It is also well suited for implementing a concurrent hash table. Hopscotch hashing was introduced by Maurice Herlihy, Nir Shavit and Moran Tzafrir in 2008.

Notifications You must be signed in to change notification settings

imsridhar/Hopscotch-Hashing

Repository files navigation

Hopscotch-Hashing

Hopscotch hashing is a scheme for resolving hash collisions of values of hash functions in a table using open addressing. It is also well suited for implementing a concurrent hash table. Hopscotch hashing was introduced by Maurice Herlihy, Nir Shavit and Moran Tzafrir in 2008.

About

Hopscotch hashing is a scheme for resolving hash collisions of values of hash functions in a table using open addressing. It is also well suited for implementing a concurrent hash table. Hopscotch hashing was introduced by Maurice Herlihy, Nir Shavit and Moran Tzafrir in 2008.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages