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.
☆250Updated 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.☆198Updated 4 months ago
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- auto adjust your GOGC value☆222Updated 4 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆244Updated this week
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Service Reliability Algorithm☆189Updated last year
- Clone any Go data structure deeply and thoroughly.☆306Updated 8 months ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆114Updated 2 years ago
- ☆114Updated last year
- A faster Protobuf serializer & deserializer.☆90Updated 4 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆169Updated 2 years ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated last year
- Dynamically and efficiently operate RPC data for Go☆156Updated this week
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ☆465Updated last month
- lock-free queue and other implementations☆127Updated last year
- Fast and easy-to-use skip list for Go.☆397Updated 3 months ago
- Go Stream, like Java 8 Stream.☆91Updated 11 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆392Updated 7 months ago
- Patch all Go functions for testing☆254Updated last year
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆524Updated last month
- ☆117Updated last year
- Zero-allocation type-safe pool for Go☆228Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆115Updated last year
- Go port of Google's Swiss Table hash table☆332Updated 6 months ago
- Adaptive Radix Trees implemented in Go☆380Updated last month
- Zero-allocation reflection library for Go☆548Updated last year