kazu / skiplistmapLinks
concurrent map implementation using bucket list like a skip list.
☆10Updated 3 years ago
Alternatives and similar repositories for skiplistmap
Users that are interested in skiplistmap are comparing it to the libraries listed below
Sorting:
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Ketama implementation compatible with Algorithm::Ketama☆69Updated 5 years ago
- In memory sharded cache implementation☆34Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Dcrontab is a Distributed Crontab using Raft Consensus (esp. useful for scheduling critical tasks)☆19Updated 2 years ago
- Go implementation of the Controlled Delay algorithm☆33Updated 5 months ago
- fastest lockfree cache library for go application☆50Updated 8 months ago
- [Proof of Concept] This is the simple implementation of the workflow engine that manages workflows composed of DAGs.☆34Updated 5 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb