26 skills found
discord / Ex Hash RingA fast consistent hash ring implementation in Elixir.
3rd-Eden / Node Hashringhashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
bitwalker / LibringA fast consistent hash ring implementation in Elixir
azuqua / NotpA library for writing distributed systems that use a gossip protocol to communicate state management, consistent hash rings for sharding, and vector clocks for history. https://www.npmjs.com/package/clusterluck
closeio / Redis HashringA Python library that implements a consistent hash ring for building distributed apps
gholt / RingConsistent Hashing Partition Ring for Go (golang)
hungys / SwimringSwimRing - A Minimal Distributed Fault-Tolerant Key-Value Store built with SWIM Gossip Protocol and Consistent Hash Ring
authzed / ConsistentgRPC Balancer that routes requests using a consistent hashring
AkshatM / ConsistentHashRingA consistent hash ring implementation from scratch, made for fun.
mitchellh / Hash RingConsistent hashing in Ruby. Ported from Amir Sailhefendic's hash_ring python library.
vedhavyas / HashringConsistent-hashing: Hash ring implementation in Go
reset / Hash Ring ExA consistent hash ring implemention for Elixir
ceejbot / Scurryconsistent hash ring of leveldbs
EchoTeam / Dht RingConsistent hashing ring for Distributed Hash Tables (DHT)
ceejbot / Light Cyclea consistent hash ring for your blue-glowing shards
basilysf1709 / ChsimConsistent Hashing Ring Simulator made using raylib
tobyapi / Hash RingImplementation of Consistent Hash Ring for Crystal
eugeneware / Level ClusterUse consistent-hashing with hash-rings to distribute reads and writes across multiple multilevel nodes.
MrLederer / ConsistentHashHigh performance Ring Consistent Hash implementation
ckatsak / Lfchring RsA concurrent, lock-free consistent hashing ring implementation in Rust.