aaw / histosketchLinks
A golang streaming histogram sketch. Fast quantiles and counts below a threshold.
☆44Updated 2 years ago
Alternatives and similar repositories for histosketch
Users that are interested in histosketch are comparing it to the libraries listed below
Sorting:
- Streaming approximate histograms in Go☆176Updated 4 years ago
- A radix sorting library for Go (golang)☆53Updated last year
- HyperLogLog++ for Go☆43Updated 7 years ago
- S-Bitmap: Distinct Counting with a Self-Learning Bitmap☆37Updated 9 years ago
- wyhash fast non-cryptographic string hash☆35Updated 5 years ago
- LogLog based Cardinality Estimator☆62Updated 7 years ago
- Go translation of MetroHash☆110Updated 6 months ago
- A counter data structure that knows when to start estimating to save space☆35Updated 7 years ago
- gk: streaming quantiles☆45Updated 3 years ago
- Go implementation of Count-Min-Log☆67Updated 4 months ago
- ☆23Updated 8 years ago
- A fast collection type that uses uint64 for keys.