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:
- Storing strings without GC overhead☆83Updated 5 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Golang circular (ring) buffer☆174Updated 2 years ago
- ☆80Updated 3 months ago
- Golang LRU cache with expire feature.☆66Updated last year
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- Static bit vector structures library☆72Updated 6 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Rolling window implementation in go.☆57Updated last month
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- 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 6 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- go/golang: fast bit set Bloom filter☆136Updated 5 years ago
- Simple string pattern matcher for Go☆127Updated last year
- A revamped Google's jump consistent hash☆107Updated 2 years ago
- Low level image processing library in pure Go with SIMD assembly☆129Updated 8 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Pure Go wrapper for System V message queue☆73Updated 3 years ago
- Various golang benchmarks I've written☆109Updated 7 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Go Pooling Helpers☆116Updated 5 years ago
- Building blocks for fast rpc systems☆87Updated 7 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago