https://github.com/mdogan/hdrhistogram
A pure Go implementation of Gil Tene's HDR Histogram.
https://github.com/mdogan/hdrhistogram
Last synced: 5 months ago
JSON representation
A pure Go implementation of Gil Tene's HDR Histogram.
- Host: GitHub
- URL: https://github.com/mdogan/hdrhistogram
- Owner: mdogan
- License: mit
- Fork: true (HdrHistogram/hdrhistogram-go)
- Created: 2019-10-22T11:46:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T10:48:37.000Z (over 5 years ago)
- Last Synced: 2024-06-20T10:05:41.972Z (almost 2 years ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hdrhistogram
============
A pure Go implementation of the [HDR Histogram](https://github.com/HdrHistogram/HdrHistogram).
> A Histogram that supports recording and analyzing sampled data value counts
> across a configurable integer value range with configurable value precision
> within the range. Value precision is expressed as the number of significant
> digits in the value recording, and provides control over value quantization
> behavior across the value range and the subsequent value resolution at any
> given level.
For documentation, check [godoc](https://pkg.go.dev/github.com/mdogan/hdrhistogram).