v0.3.0
- Avoid iterating over empty bins when using
Stores's methods (getStream,getAscendingStream,getDescendingStream,getAscendingIteratorandgetDescendingIterator) - Track bin counts as
doubleand update the signature of related methods
This release introduces breaking API changes:
QuantileSketch.getCount(),Store.getTotalCount()andBin.getCount()now return adoubleinstead of along,Storehas a newaddmethod with signaturevoid add(int, double),- the constructor of
Binnow takes adoubleas a second parameter (count).