huandu / skiplist
Fast and easy-to-use skip list for Go.
☆410Updated 7 months ago
Alternatives and similar repositories for skiplist:
Users that are interested in skiplist are comparing it to the libraries listed below
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆479Updated 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.☆256Updated 2 years ago
- ☆480Updated this week
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆568Updated last month
- Raft backend implementation using BoltDB☆678Updated 2 months ago
- Golang Serializer Benchmark Comparison☆416Updated 2 years ago
- Examples for Dragonboat☆185Updated 9 months ago
- Anti-memory-waste byte buffer pool☆1,261Updated 9 months 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.☆209Updated 8 months ago
- Adaptive Radix Trees implemented in Go☆387Updated 4 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated last year
- TinyLFU cache admission policy☆261Updated 3 months ago
- Write ahead log for Go.☆661Updated 5 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- concurrency utilities☆296Updated 5 years ago
- Fast golang queue using ring-buffer☆624Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆313Updated last week
- Tools for building go apps.☆678Updated 3 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆262Updated 3 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- reflect api without runtime reflect.Value cost☆792Updated last month
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆595Updated 2 years ago
- A portable mmap package for Go☆1,023Updated 4 months ago
- Golang implementation of Hierarchical Timing Wheels.☆679Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆396Updated 11 months ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- golang timewheel similar to glang std timer☆294Updated last year