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:
- A goroutine limiter for Go☆84Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆112Updated 4 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Storing strings without GC overhead☆86Updated last month
- ☆80Updated 5 months ago
- A memory allocator for Go.☆86Updated 5 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆295Updated last year
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- A Lightweight in-memory key:value cache library for Go.☆184Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- Rolling window implementation in go.☆59Updated this week
- Load file-backed memory☆122Updated 3 years ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- Simple string pattern matcher for Go☆136Updated 5 months ago
- fast int64-int64 map for go☆100Updated 3 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Bitset data structure☆169Updated 3 years ago
- go/golang: fast bit set Bloom filter☆137Updated 6 years ago
- Go Pooling Helpers☆119Updated 5 years ago
- Session implementation for fasthttp☆86Updated 10 months ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Non-Invasive goroutine inspector☆93Updated 6 months ago