zhangyunhao116 / skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
☆252Updated last year
Alternatives and similar repositories for skipset:
Users that are interested in skipset are comparing it to the libraries listed below
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆202Updated 5 months ago
- Fast and easy-to-use skip list for Go.☆397Updated 4 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆254Updated 3 weeks ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- ☆116Updated last year
- ☆220Updated 2 weeks ago
- auto adjust your GOGC value☆223Updated 6 months ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆115Updated 2 years ago
- Service Reliability Algorithm☆195Updated last year
- Patch all Go functions for testing☆254Updated last year
- ☆117Updated last year
- ☆469Updated last week
- lock-free queue and other implementations☆127Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- Clone any Go data structure deeply and thoroughly.☆307Updated 9 months ago
- A faster Protobuf serializer & deserializer.☆90Updated 6 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Write ahead log for Go.☆636Updated 3 months ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 8 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Examples for Dragonboat☆185Updated 6 months ago
- Adaptive Radix Trees implemented in Go☆383Updated 2 months ago
- Dynamically and efficiently operate RPC data for Go☆157Updated last week
- A highly optimized double-ended queue☆189Updated last year
- Provides easy-to-use async IO interface with io_uring☆609Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆536Updated 2 months ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago