248 skills found · Page 1 of 9
indexmap-rs / IndexmapA hash table with consistent order and fast iteration; access items by key or sequence index
3rd-Eden / MemcachedA fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
RJ / KetamaC library for consistent hashing, and langauge bindings
stathat / ConsistentConsistent hash package for Go.
buraksezer / ConsistentConsistent hashing with bounded loads in Golang
lafikl / ConsistentA Go library that implements Consistent Hashing and Consistent Hashing With Bounded Loads.
serialx / HashringConsistent hashing "hashring" implementation in golang (using the same algorithm as libketama)
discord / Ex Hash RingA fast consistent hash ring implementation in Elixir.
dgryski / Go Jumpgo-jump: Jump consistent hashing
pda / FlexihashFlexihash is a small PHP library which implements consistent hashing.
3rd-Eden / Node Hashringhashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
Jaskey / ConsistentHashA universal Consistent Hash implementation in Java, which supports virtual nodes and user defined hash function
openresty / Lua Resty BalancerA generic consistent hash implementation for OpenResty/Lua
danielvegamyhre / MinicacheDistributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and gRPC interfaces secured with mTLS.
lithammer / Go Jump Consistent Hash:zap: Fast, minimal memory, consistent hash algorithm
bitwalker / LibringA fast consistent hash ring implementation in Elixir
ultrabug / UhashringFull featured consistent hashing python library compatible with ketama
rabbitmq / Rabbitmq Consistent Hash ExchangeRabbitMQ Consistent Hash Exchange Type
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
benbjohnson / JmphashImplementation of the Jump Consistent Hash algorithm in Go.