An open API service providing repository metadata for many open source software ecosystems.

Topic: "consistent-hash-algorithm"

lithammer/go-jump-consistent-hash

:zap: Fast, minimal memory, consistent hash algorithm

Language: Go - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 227 - Forks: 18

edwingeng/doublejump

A revamped Google's jump consistent hash

Language: Go - Size: 37.1 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 103 - Forks: 16

SUPSI-DTI-ISIN/java-consistent-hashing-algorithms

Java implementations of the most popular and best performing consistent hashing algorithms for non-peer-to-peer contexts.

Language: Java - Size: 105 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 20 - Forks: 15

c9s/jchash

Jump Consistent Hashing Algorithm implemented in PHP 7 Extension

Language: C - Size: 7.81 KB - Last synced at: 8 days ago - Pushed at: almost 6 years ago - Stars: 16 - Forks: 4

hedzr/lb

concurrent load balancers, go lib,

Language: Go - Size: 111 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 13 - Forks: 2

sunwsh/maglev_hash

一个根据google maglev 论文,用c语言实现的一致性hash算法

Language: C - Size: 197 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 3

MrLederer/ConsistentHash

High performance Ring Consistent Hash implementation

Language: C# - Size: 130 KB - Last synced at: 30 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

ckatsak/lfchring-rs

A concurrent, lock-free consistent hashing ring implementation in Rust.

Language: Rust - Size: 142 KB - Last synced at: about 5 hours ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 1

SenseUnit/ahrw

Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing

Language: Go - Size: 6.84 KB - Last synced at: 19 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

Clivern/Bucket

Consistent Hashing Algorithm Package for Scalable Data Distribution

Language: Java - Size: 201 KB - Last synced at: about 8 hours ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 1

rui-exe/Cloud-Shopping-List

High availability distributed system for a cloud-based shopping list application, using CRDTs and consistent hashing.

Language: Go - Size: 24.5 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

fogfish/ring

consistent hashing data structure

Language: Go - Size: 253 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

jlao/ConsistentHashing

A consistent hashing implementation for .NET.

Language: C# - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

arriqaaq/ring

consistent hashing paper implementation using Red Black tree

Language: Go - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 2

ckatsak/lfchring

In-memory immutable wait-free consistent hashing ring data structure, supporting virtual nodes & replication.

Language: Go - Size: 39.1 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

teambition/grpclb

grpclb policy that consistent hash implemention, base on discovery systems like etcd, consul etc.

Language: Go - Size: 24.4 KB - Last synced at: 7 days ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

slashdotted/cpp-consistent-hashing-algorithms

C++ implementations and benchmark tools for MementoHash, AnchorHash, JumpHash, and PowerConsistentHash

Language: C++ - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

mail4metablocks/rust-consistent-hashing-lib

Rust implementation for consisent hashing

Language: Rust - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

xyz487/ConsistentHash

一致性哈希

Language: Java - Size: 450 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

NamNV2496/go-consistent-hashing

A demonstration of consistent hashing.

Language: Go - Size: 88.9 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

dynatrace-research/jumpbackhash-paper

JumpBackHash: Say Goodbye to the Modulo Operation to Distribute Keys Uniformly to Buckets

Language: Java - Size: 1.78 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

arunruhela93/DoubleJump

# DoubleJumpDoubleJump offers a unique double jump experience for Minecraft, enhancing your gameplay with customizable physics. Join the community and elevate your jumps to new heights! 🚀✨

Size: 9.81 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

ArvRao/inmemorydatastore-app

Distributed in-memory key-value store implemented as a Spring Boot service. It provides a fast, scalable, and fault-tolerant solution for storing and retrieving data with automatic expiration capabilities.

Language: Java - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

nikkicoon/consistenthashring

minimal Consistent Hash Ring implementation in go

Language: Go - Size: 7.81 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bersen66/pumba

General-purpose header-only consistent hash ring implementation

Language: C++ - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

octu0/pch

Power Consistent Hashing

Language: Go - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hderms/jumpconsistenthash

Implementation of jump consistent hashing from From the paper "A Fast, Minimal Memory, Consistent Hash Algorithm" by John Lamping, Eric Veach (2014).

Language: Rust - Size: 11.7 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ace-cooper/poc-consistent-hashing

Language: TypeScript - Size: 29.3 KB - Last synced at: 8 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sandeepkv93/consistent-hashing

Consistent Hashing is a distributed hash table algorithm that allows for more efficient remapping of keys to nodes in a distributed system when nodes are added or removed. This implementation is written in Go and provides a basic implementation of consistent hashing.

Language: Go - Size: 1.06 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ritelabs/nave 📦

Thinking about the construction of distributed systems starting from the *consistent hash* algorithm.

Language: Rust - Size: 13.7 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

liangyaopei/consistent

Golang 's implementation of consistent hashing algorithm using hash ring, which is thread-safe, and can be used concurrently.

Language: Go - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

jefetienne/DotNet-Consistent-Hashing Fork of Burtsev-Alexey/net-object-deep-copy

An object extension for generating a consistent Hash of any object for every program run

Language: C# - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

rural-panda/bestring

A simple and fast consistent hash-ring for go

Language: Go - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

rihenperry/comp599gradseminar

class presentation on scalable web architectures/distributed web crawling | comp 599 graduate seminar | fall 2018 | spring 2019

Language: TeX - Size: 2.88 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

skyitachi/consistent-hashing

Language: TypeScript - Size: 53.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

MicroCountry/consitent-hash

consitent hash algorithm

Language: Java - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0