Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 515 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 515 Bytes

Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing

Go Reference

AHRW pre-aggregates input objects into specified number of slots and only then distributes these slots across provided nodes. It allows memoization of calculations made for each slot and makes rendezvous hashing practical for large numbers of nodes (or shares of capacity for weighted case) and/or high request rates.