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:
- ☆79Updated last month
- A goroutine limiter for Go☆84Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Rolling window implementation in go.☆58Updated 3 weeks ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Pure Go wrapper for System V message queue☆73Updated 4 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Storing strings without GC overhead☆84Updated 2 weeks ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- A revamped Google's jump consistent hash☆107Updated 2 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- Fast Concurrent / Parallel Sorting in Go☆139Updated last month
- High resolution timing and benchmarking for Go☆262Updated 4 years ago
- go/golang: fast bit set Bloom filter☆136Updated 6 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated 2 weeks ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago