recall

← recall

rendezvous hashing term

alternative to consistent hashing — pick max of hash(key, node)

Simpler than consistent hashing, similar properties. Often a better fit for caching layers.

aliases: highest random weight, HRW

topics: distributed-systems, data-structures

references: