buraksezer / consistentLinks
Consistent hashing with bounded loads in Golang
☆750Updated 2 years ago
Alternatives and similar repositories for consistent
Users that are interested in consistent are comparing it to the libraries listed below
Sorting:
- An immutable radix tree implementation in Golang☆1,070Updated last week
- Write ahead log for Go.☆687Updated 2 months ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆583Updated 5 years ago
- Golang implementation of Radix trees☆928Updated last year
- Raft backend implementation using BoltDB☆694Updated this week
- High Availability Raft Framework for Go☆650Updated 3 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆602Updated 7 months ago
- Diodes are ring buffers manipulated via atomics.☆488Updated last week
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆549Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,877Updated 3 months ago
- A Go package providing a filesystem-backed FIFO queue☆495Updated 2 months ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆790Updated this week
- Adaptive Radix Trees implemented in Go☆405Updated 10 months ago
- Online deadlock detection in go (golang)☆1,150Updated 3 weeks ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- dque is a fast, embedded, durable queue for Go☆794Updated last year
- A portable mmap package for Go☆1,075Updated 11 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆290Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,309Updated last year
- A golang LRU Cache for high concurrency☆1,379Updated last week
- A Go metrics interface with fast buffered metrics and third party reporters☆891Updated 4 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆380Updated 5 months ago
- A Go library that implements Consistent Hashing and Consistent Hashing With Bounded Loads.☆684Updated last year
- Clone of golang/groupcache with TTL and Item Removal support☆528Updated 6 months ago
- moss - a simple, fast, ordered, persistable, key-val storage library for golang☆1,012Updated 10 months ago
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- Embedded key-value store for read-heavy workloads written in Go☆1,352Updated 3 weeks ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- A reference use of Hashicorp's Raft implementation☆1,064Updated 2 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆782Updated 3 weeks ago