shenwei356 / countminsketchLinks
An implementation of Count-Min Sketch in Golang
☆37Updated last year
Alternatives and similar repositories for countminsketch
Users that are interested in countminsketch are comparing it to the libraries listed below
Sorting:
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆77Updated 6 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- Streaming TopK estimates☆89Updated 4 years ago
- Fast approximate quantiles in Go☆126Updated 2 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Storing strings without GC overhead☆85Updated last month
- xxh3 fast hash function☆104Updated 6 years ago
- A spinlock implementation for Go.