wangjia184 / sortedset
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆150Updated last year
Related projects ⓘ
Alternatives and complementary repositories for sortedset
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- errgroup with goroutine worker limits☆161Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- concurrency utilities☆288Updated 5 years ago
- Fast resizable golang semaphore primitive☆173Updated 3 years ago
- High resolution timing and benchmarking for Go☆256Updated 4 years ago
- Eventually consistent distributed in-memory cache Go library☆156Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 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.☆176Updated 2 months ago
- TryLock for Go☆66Updated 5 years ago
- Fast and easy-to-use skip list for Go.☆378Updated last month
- Load file-backed memory☆121Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- gotiny 是一个高效的golang序列化库。☆100Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆223Updated last year
- Storing strings without GC overhead☆82Updated 4 years ago
- high-performance common weighted algorithm library☆198Updated last year
- Add missing comment on exported function, method, type, constant, variable in go file☆172Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆136Updated 2 years ago
- A highly optimized double-ended queue☆183Updated last year
- Simple string pattern matcher for Go☆122Updated 7 months ago
- Bitset data structure☆158Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆286Updated 4 months ago
- Redlock: a redis based distributed lock implementation in golang☆87Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆469Updated last month
- Deep copy generator☆149Updated 2 weeks ago