awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Consistent hashing algorithm

रैंकिंग 4 अग॰ 2026 को अपडेट की गई

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

    774GitHub पर देखें↗

    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

    24GitHub पर देखें↗

    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