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:
- ☆80Updated 5 months ago
- Storing strings without GC overhead☆85Updated last month
- Customizable TCP net.Listener for Go☆151Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Rolling window implementation in go.☆59Updated last week
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆112Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- A revamped Google's jump consistent hash☆108Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.☆184Updated 2 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆143Updated 5 months ago
- Golang LRU cache with expire feature.☆66Updated last year
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆143Updated 5 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 3 years ago
- go/golang: fast bit set Bloom filter☆137Updated 6 years ago
- Non-Invasive goroutine inspector☆93Updated 5 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago