Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 20:40
· 12 commits to master since this release
35c7773

Features

  • Introduced func (h *Histogram) ValueAtPercentile(percentile float64) int64 (#45)
  • Introduced func (h *Histogram) ValueAtPercentiles(percentiles []float64) (values map[float64]int64) (#45)
  • Optimized nextNonEquivalentValue(), and consequently ValueAtPercentile, ValueAtPercentiles... (#45)