Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valyala/histogram
Fast histograms for Go
https://github.com/valyala/histogram
histogram quantile summary
Last synced: about 13 hours ago
JSON representation
Fast histograms for Go
- Host: GitHub
- URL: https://github.com/valyala/histogram
- Owner: valyala
- License: mit
- Created: 2019-04-08T11:30:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T23:03:42.000Z (10 months ago)
- Last Synced: 2024-12-26T06:07:49.853Z (8 days ago)
- Topics: histogram, quantile, summary
- Language: Go
- Size: 8.79 KB
- Stars: 36
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/valyala/histogram?status.svg)](http://godoc.org/github.com/valyala/histogram)
[![Go Report](https://goreportcard.com/badge/github.com/valyala/histogram)](https://goreportcard.com/report/github.com/valyala/histogram)# histogram
Fast histograms for Go.
See [docs](https://godoc.org/github.com/valyala/histogram).