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☆83Updated 3 years ago
- ☆80Updated 4 months ago
- Rolling window implementation in go.☆58Updated last month
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- A memory allocator for Go.☆84Updated 5 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A revamped Google's jump consistent hash☆107Updated 2 years ago
- Simple string pattern matcher for Go☆128Updated last year
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- go/golang: fast bit set Bloom filter☆136Updated 5 years ago
- Golang circular (ring) buffer☆175Updated 2 years ago
- Go Pooling Helpers☆117Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Low level image processing library in pure Go with SIMD assembly☆131Updated 8 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Building blocks for fast rpc systems☆87Updated 7 years ago
- System V shared memory functions in pure Go.☆133Updated 10 months ago
- High resolution timing and benchmarking for Go☆261Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Golang LRU cache with expire feature.☆66Updated last year