An implementation of Ted Dunning's t-digest in Go.
☆150Apr 22, 2023Updated 2 years ago
Alternatives and similar repositories for tdigest
Users that are interested in tdigest are comparing it to the libraries listed below
Sorting:
- mirror of https://caio.co/de/go-tdigest/☆117Nov 29, 2025Updated 3 months ago
- Fast approximate quantiles in Go☆126Jan 20, 2023Updated 3 years ago
- A tool for reading Go core files☆16Dec 22, 2017Updated 8 years ago
- ipcipher implementation in Go☆17Dec 19, 2023Updated 2 years ago
- Request interceptor which improves the service time of cloud services by controlling GC interventions.☆15Aug 10, 2018Updated 7 years ago
- Go implementations of the distributed quantile sketch algorithm DDSketch☆185Updated this week
- A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means☆2,139Feb 17, 2025Updated last year
- github.com/cznic/fileutil has moved to modernc.org/fileutil☆15Nov 22, 2018Updated 7 years ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Jan 23, 2017Updated 9 years ago
- A port of Stream VByte to Go☆35Feb 22, 2022Updated 4 years ago
- Fast and scalable minimal perfect hashing for massive key sets☆72Mar 6, 2020Updated 6 years ago
- Sequitur algorithm for recognizing lexical structure in strings☆40Apr 1, 2022Updated 3 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29May 18, 2019Updated 6 years ago
- Zstandard implementation in Wuffs☆113Nov 19, 2019Updated 6 years ago
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Feb 3, 2021Updated 5 years ago
- minimal perfect hash functions☆64Dec 17, 2021Updated 4 years ago
- Simple generative fuzzer☆17Oct 18, 2021Updated 4 years ago
- A radix sorting library for Go (golang)☆54Aug 10, 2023Updated 2 years ago
- Go translation of MetroHash☆116Jan 6, 2025Updated last year
- A pure Go implementation of Gil Tene's HDR Histogram.☆465Nov 10, 2025Updated 3 months ago
- Microsoft's Lat/Long compression algorithm☆10Aug 12, 2020Updated 5 years ago
- Exposes batch message receives (recvmmsg)☆14Aug 15, 2025Updated 6 months ago
- Yet Another RPC for Go☆10Jun 21, 2018Updated 7 years ago
- cgosymbolizer teaches the Go runtime to include cgo frames in backtraces☆31Feb 5, 2022Updated 4 years ago
- xoshiro256** random number generator☆22May 7, 2018Updated 7 years ago
- XOR code engine in pure Go, more than 270GB/S per core☆79Aug 6, 2024Updated last year
- Time series compression algorithm from Facebook's Gorilla paper☆544Jul 21, 2018Updated 7 years ago
- KLL sketch: Almost Optimal Streaming Quantiles☆35Aug 12, 2016Updated 9 years ago
- Myna is a testing tool that captures and replays the output of command line programs.☆26Aug 11, 2016Updated 9 years ago
- StreamQL is a stream query language☆17Nov 23, 2017Updated 8 years ago
- ☆16Jan 5, 2015Updated 11 years ago
- groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.