Skip to content

A pure Go implementation of Gil Tene's HDR Histogram.

License

Notifications You must be signed in to change notification settings

kanosaki/hdrhistogram

 
 

Repository files navigation

hdrhistogram

Build Status

A pure Go implementation of the HDR Histogram.

git clone https://github.com/zoidbergwill/hdrhistogram.git $GOPATH/src/github.com/codahale/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.

About

A pure Go implementation of Gil Tene's HDR Histogram.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%