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
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- concurrency utilities☆299Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- A Go redis cluster client built on top of redigo.☆232Updated last year
- ⚡️ lock-free utilities in Go☆156Updated last year
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆573Updated 2 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated this week
- Examples of using github.com/gobwas/ws☆216Updated 4 years ago
- Add missing comment on exported function, method, type, constant, variable in go file☆177Updated last year
- Server for benchmarking pure Go key/value databases☆159Updated last year
- A timed rate limiter for Go☆400Updated 3 years ago
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- Go Pooling Helpers☆114Updated 4 years ago
- A trivial channel pubsub I use in lots of projects.☆243Updated 11 months ago
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- Buffer/Byte pool for Go☆475Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆333Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A highly optimized double-ended queue☆198Updated last year
- Generate protobuf messages from go structs☆83Updated 9 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 8 months ago