wangjia184 / sortedset
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆156Updated last year
Alternatives and similar repositories for sortedset:
Users that are interested in sortedset are comparing it to the libraries listed below
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆283Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- Fast resizable golang semaphore primitive☆175Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆255Updated 2 years ago
- concurrency utilities☆293Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆153Updated 6 months ago
- ⚡️ lock-free utilities in Go☆153Updated 9 months ago
- A fast little LRU cache for Go☆167Updated last year
- A Go redis cluster client built on top of redigo.☆231Updated last year
- Examples of using github.com/gobwas/ws☆213Updated 3 years ago
- ☆118Updated last year
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- Load file-backed memory☆120Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆84Updated this week
- Buffer/Byte pool for Go☆473Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Storing strings without GC overhead☆82Updated 5 years ago
- Fast and easy-to-use skip list for Go.☆401Updated 5 months ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- A highly optimized double-ended queue☆192Updated last year
- Sorted set in golang.☆91Updated 11 months ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆70Updated 6 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.☆205Updated 6 months ago