Skip to content

Hash

A hash table (or hash map) store large amounts of data. Hash function are used to keep track of it.

Consistent hashing

Consistent hashing is a technique to avoid having to reassign all objects when a new one arrive.