serialx / hashringLinks
Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)
☆577Updated 4 years ago
Alternatives and similar repositories for hashring
Users that are interested in hashring are comparing it to the libraries listed below
Sorting:
- An immutable radix tree implementation in Golang☆1,043Updated last week
- Golang implementation of Radix trees☆912Updated 11 months ago
- Visualise Go program GC trace data in real time☆1,102Updated 6 years ago
- Brings SO_REUSEPORT into your Go server☆573Updated 4 years ago
- Consistent hash package for Go.☆974Updated 5 years ago
- Buffer/Byte pool for Go☆475Updated 6 years ago
- Golang channel helpers and special types☆809Updated last year
- slab allocator in go☆379Updated 6 months ago
- Consistent hashing with bounded loads in Golang☆736Updated last year
- Fast golang queue using ring-buffer☆627Updated 2 years ago
- A Go library that implements Consistent Hashing and Consistent Hashing With Bounded Loads.☆684Updated last year
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆774Updated last month
- Diodes are ring buffers manipulated via atomics.☆476Updated last month
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆375Updated 3 weeks ago
- The tomb package helps with clean goroutine termination in the Go language.☆371Updated 2 years ago
- Benchmarks of Go serialization methods☆1,593Updated last week
- gorocksdb is a Go wrapper for RocksDB☆962Updated last year
- A Go package providing a filesystem-backed FIFO queue☆484Updated last year
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation