HdrHistogram / hdrhistogram-go

A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
429 stars 64 forks source link

Expose various constants used to create the histogram #17

Closed sean- closed 8 years ago

sean- commented 8 years ago

When embedding Histogram, it is useful to expose the constants used to create the histogram so that a histogram manager does not have to store duplicate copies of these values.

codahale commented 8 years ago

Thanks!