umpc / go-sortedmapLinks
A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.
☆71Updated 7 years ago
Alternatives and similar repositories for go-sortedmap
Users that are interested in go-sortedmap are comparing it to the libraries listed below
Sorting:
- Rolling window implementation in go.☆58Updated 3 weeks ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- ☆80Updated 3 months ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Pure Go wrapper for System V message queue☆73Updated 4 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- A Lightweight in-memory key:value cache library for Go.☆182Updated 2 years ago
- System V shared memory functions in pure Go.☆133Updated last year
- Expression evaluator for Go☆77Updated 7 months ago
- fast int64-int64 map for go☆98Updated 3 weeks ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- High resolution timing and benchmarking for Go☆264Updated last week
- Call private methods freely in Golang☆45Updated 9 years ago
- go/golang: fast bit set Bloom filter☆136Updated 6 years ago
- Static bit vector structures library☆72Updated 6 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- Go Pooling Helpers☆118Updated 5 years ago
- Miscellaneous Go hacks☆242Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A revamped Google's jump consistent hash☆107Updated 3 years ago
- Go library to run locks over etcd.☆43Updated this week
- Fast Concurrent / Parallel Sorting in Go☆142Updated 3 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago