awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Consistent hashing algorithm

Classement mis à jour le 4 août 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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • buraksezer/consistentAvatar de buraksezer

    buraksezer/consistent

    774Voir sur 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
    Voir sur GitHub↗774
  • reset/hash-ring-exAvatar de reset

    reset/hash-ring-ex

    24Voir sur 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
    Voir sur GitHub↗24

Related searches

  • a library of algorithms and data structures
  • Distributed consensus algorithm
  • Path planning algorithms
  • collection d'algorithmes éducatifs en Python
  • une collection d'algorithmes et de structures de données
  • Reference architecture examples
  • Data partitioning strategies
  • Scalability architectural patterns