This is the v1.0 Release of the Go implementation of Gil Tene's HDR Histogram.
Features
- Compressed histogram V2 support (#31)
- V2 HdrHistogram Log format (v1.3) (#35)
- Enable percentile output format (#38)
Maintenance
- Rely on Go Modules to ensure package dependencies and replicable builds. #29