An open API service indexing awesome lists of open source software.

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.

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).