An open API service indexing awesome lists of open source software.

https://github.com/senseunit/ahrw

Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing
https://github.com/senseunit/ahrw

consistent-hash consistent-hash-algorithm consistent-hashing consistent-hashing-library hashing hashing-speedup highest-random-weight load-balancing load-balancing-algorithm rendezvous rendezvous-hash rendezvous-hashing rendezvoushashing

Last synced: 10 months ago
JSON representation

Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing

Awesome Lists containing this project

README

          

# Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing

[![Go Reference](https://pkg.go.dev/badge/github.com/SenseUnit/ahrw.svg)](https://pkg.go.dev/github.com/SenseUnit/ahrw)

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.