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☆82Updated 3 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- ☆80Updated 2 months ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- Static bit vector structures library☆72Updated 5 years ago
- Load file-backed memory☆122Updated 2 years ago
- Rolling window implementation in go.☆57Updated this week
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Building blocks for fast rpc systems☆86Updated 7 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Call private methods freely in Golang☆45Updated 9 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- A Trie (Prefix Index) implementation in golang.☆70Updated last year
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- TryLock for Go☆66Updated 5 years ago
- go/golang: fast bit set Bloom filter☆136Updated 5 years ago
- Go Pooling Helpers☆114Updated 4 years ago
- Non-Invasive goroutine inspector☆90Updated last month
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 5 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago