Francisco Soto

26%
Flag icon
"Consistent hashing is a special kind of hashing such that when a hash table is re-sized and consistent hashing is used, only k/n keys need to be remapped on average, where k is the number of keys, and n is the number of slots. In contrast, in most traditional hash tables, a change in the number of array slots causes nearly all keys to be remapped
System Design Interview – An insider's guide
by Alex Xu
Rate this book
Clear rating
Open Preview