AceDarkknight / ConcurrentSkipListLinks
A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.
☆19Updated 5 years ago
Alternatives and similar repositories for ConcurrentSkipList
Users that are interested in ConcurrentSkipList are comparing it to the libraries listed below
Sorting:
- Examples for Dragonboat☆193Updated last year
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- Fast and easy-to-use skip list for Go.☆430Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- a net framework☆56Updated 2 years ago
- lock-free queue and other implementations☆128Updated 2 years ago
- A sample cache server showing how to use hashicorp/raft☆76Updated 4 years ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆302Updated 2 years ago
- 通过hashicorp-raft库手把手调试raft协议☆201Updated 4 years ago
- Implementing bplustree base on disk(kv store).☆34Updated 6 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- B+ tree in pure Go.☆96Updated 10 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆279Updated 10 months ago
- Fundamental Building Block for Elastic Storage With Strong Consistency and Reliability☆211Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Updated last year
- Connection pool for Go's grpc client with supports connection reuse.☆215Updated 3 years ago
- Modern Go Programming☆96Updated 2 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆165Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆293Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 3 months ago
- Go implementation of the Gossip protocol☆143Updated last year
- Has been migrated to https://github.com/apache/incubator-pegasus/tree/master/go-client☆24Updated 3 years ago
- A faster Protobuf serializer & deserializer.☆103Updated last month
- dubbogo golang standard library☆143Updated 2 weeks ago
- B+ Tree☆91Updated 3 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- MySQL protocol library implementing in Go (golang)☆242Updated 4 years ago
- Service Reliability Algorithm☆228Updated 3 months ago
- Distributed rate limit library based on Redis☆66Updated 8 months ago