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:
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- Storing strings without GC overhead☆84Updated 3 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 4 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Rolling window implementation in go.☆58Updated last week
- ☆80Updated 3 months ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Go Pooling Helpers☆119Updated 5 years ago
- Simple string pattern matcher for Go☆134Updated 3 months ago
- go/golang: fast bit set Bloom filter☆136Updated 6 years ago
- High resolution timing and benchmarking for Go☆265Updated 3 weeks ago
- A revamped Google's jump consistent hash☆107Updated 3 years ago
- Bitset data structure☆168Updated 2 years ago
- Building blocks for fast rpc systems☆86Updated 8 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Go client library for Pilosa☆57Updated 3 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated 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…☆70Updated 6 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆143Updated 5 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆293Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago