umpc / go-sortedmap
A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.
☆71Updated 6 years ago
Alternatives and similar repositories for go-sortedmap:
Users that are interested in go-sortedmap are comparing it to the libraries listed below
- A goroutine limiter for Go☆82Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Building blocks for fast rpc systems☆85Updated 7 years ago
- A simple and efficient LRU cache package for Go☆37Updated last year
- fast int64-int64 map for go☆95Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Rolling window implementation in go.☆57Updated last month
- A golang zero-allocation HTTP parser (and eventually http server)☆74Updated 10 years ago
- Simple string pattern matcher for Go☆127Updated 11 months ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Expression evaluator for Go☆69Updated last year
- 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
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A memory allocator for Go.☆81Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Static bit vector structures library☆72Updated 5 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- a small circular ring buffer library in go / golang☆188Updated 6 years ago
- Load file-backed memory☆120Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 8 months ago
- Golang LRU cache with expire feature.☆66Updated 9 months ago
- A revamped Google's jump consistent hash☆105Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago