wangjia184 / sortedset
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆157Updated 2 years ago
Alternatives and similar repositories for sortedset:
Users that are interested in sortedset are comparing it to the libraries listed below
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- concurrency utilities☆293Updated 5 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- Fast and easy-to-use skip list for Go.☆407Updated 6 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆550Updated 2 weeks ago
- A Go redis cluster client built on top of redigo.☆231Updated last year
- errgroup with goroutine worker limits☆162Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years 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.☆207Updated 7 months ago
- High resolution timing and benchmarking for Go☆259Updated 4 years ago
- Examples of using github.com/gobwas/ws☆215Updated 3 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆476Updated last year
- Fast, fully fledged murmur3 in Go.☆323Updated last year
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- A fast little LRU cache for Go☆167Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆156Updated 2 weeks ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- A timed rate limiter for Go☆400Updated 3 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆138Updated 2 years ago
- Load file-backed memory☆120Updated 2 years ago
- A highly optimized double-ended queue☆193Updated last year