awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Consistent hashing algorithm

排名更新于 2026年8月4日

Explore the top open-source consistent hashing algorithms on GitHub, ranked by stars and activity, and find the best fit for your project.

Consistent hashing algorithm

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • buraksezer/consistentburaksezer 的头像

    buraksezer/consistent

    774在 GitHub 上查看↗

    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

    This Go library provides consistent hashing with bounded loads and virtual nodes for distributed data partitioning, which squarely matches your need for load balancing and cluster member mapping.

    GoConsistent Hashing
    在 GitHub 上查看↗774
  • reset/hash-ring-exreset 的头像

    reset/hash-ring-ex

    24在 GitHub 上查看↗

    A consistent hash ring implemention for Elixir

    This repository provides a consistent hash ring implementation in Elixir, directly fitting the required category though lacking some advanced distributed features.

    ElixirAlgorithms and Data Structures
    在 GitHub 上查看↗24

Related searches

  • a library of algorithms and data structures
  • Distributed consensus algorithm
  • Path planning algorithms
  • Python 算法学习合集
  • 算法与数据结构合集
  • Reference architecture examples
  • Data partitioning strategies
  • Scalability architectural patterns