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.
☆255Updated 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.☆206Updated 6 months ago
- Fast and easy-to-use skip list for Go.☆405Updated 6 months ago
- A faster Protobuf serializer & deserializer.☆91Updated 7 months ago
- Clone any Go data structure deeply and thoroughly.☆307Updated 10 months ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 9 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- auto adjust your GOGC value☆226Updated 7 months ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- lock-free queue and other implementations☆127Updated last year
- ☆116Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Patch all Go functions for testing☆256Updated last year
- Zero-allocation type-safe pool for Go☆230Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆116Updated 2 years ago
- Service Reliability Algorithm☆197Updated last year
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆256Updated last month
- Dynamically and efficiently operate RPC data for Go☆159Updated last week
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆394Updated 10 months ago
- Generic Container and Algorithm Library for Go☆331Updated 7 months ago
- ☆473Updated this week
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- Provides easy-to-use async IO interface with io_uring☆619Updated last year
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆116Updated 2 years ago
- lockfree queue☆424Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- The assembler from the Go compiler, in library form.☆176Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year