wangjia184 / sortedset
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆154Updated 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☆282Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- Fast resizable golang semaphore primitive☆176Updated 3 years ago
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆149Updated 4 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆524Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- Fast, fully fledged murmur3 in Go.☆312Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Fast and easy-to-use skip list for Go.☆397Updated 3 months ago
- concurrency utilities☆291Updated 5 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆291Updated 6 months ago
- A fast little LRU cache for Go☆168Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆479Updated 3 months ago
- Storing strings without GC overhead☆83Updated 4 years ago
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- A trivial channel pubsub I use in lots of projects.☆242Updated 6 months ago
- A highly optimized double-ended queue☆189Updated last year
- Various golang benchmarks I've written☆108Updated 6 years ago
- TryLock for Go☆66Updated 5 years ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Load file-backed memory☆121Updated 2 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- ☆117Updated last year