Releases: HdrHistogram/HdrHistogram_rust
Releases · HdrHistogram/HdrHistogram_rust
v6.0.0
This release has a couple of backwards-incompatible changes:
- the old
len()is nowdistinct_values() - the new
len()is the oldcount()(which is deprecated) IterationValue::valuebecamevalue_iterated_to
Some other API changes:
- iterator values gained
quantile_iterated_to() Histogramgainedis_empty()
Behind the scenes: