# Consistent hashing algorithm

> AI-ranked search results for `consistent hashing algorithms` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 113 total matches; showing the top 2.

Explore on the web: https://awesome-repositories.com/q/consistent-hashing-algorithms

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/consistent-hashing-algorithms).**

## Results

- [buraksezer/consistent](https://awesome-repositories.com/repository/buraksezer-consistent.md) (774 ⭐) — Consistent is a Go library that implements consistent hashing with bounded loads to distribute data keys across nodes in a distributed system. It provides a mechanism for mapping keys to cluster members that minimizes data movement during membership changes while preventing performance hotspots.

The library distinguishes itself by enforcing strict capacity limits on individual nodes, ensuring that no single member becomes overwhelmed by excessive key assignments. It supports virtual node mapping to distribute physical capacity across the hash ring, allowing for granular control over load bala
- [reset/hash-ring-ex](https://awesome-repositories.com/repository/reset-hash-ring-ex.md) (24 ⭐) — A consistent hash ring implemention for Elixir
