This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch Changes_to_kll
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from 23ae6867 Interim 4 pretty much done with REQ and KLL and other fixes.
add 20a6b0d9 Interim 5 Now I think I'm done with Kll and REQ.
add 08e0e205 One more fix to remove printing.
No new revisions were added by this update.
Summary of changes:
.../apache/datasketches/kll/KllDoublesHelper.java | 2 +-
.../apache/datasketches/kll/KllDoublesSketch.java | 4 +-
.../datasketches/kll/KllDoublesSketchIterator.java | 52 +++++++++++-----------
.../kll/KllDoublesSketchSortedView.java | 14 +++---
.../apache/datasketches/kll/KllFloatsHelper.java | 2 +-
.../apache/datasketches/kll/KllFloatsSketch.java | 4 +-
.../datasketches/kll/KllFloatsSketchIterator.java | 46 +++++++++----------
.../kll/KllFloatsSketchSortedView.java | 14 +++---
.../org/apache/datasketches/kll/KllHelper.java | 6 +--
.../apache/datasketches/kll/KllMemoryValidate.java | 16 +++----
.../org/apache/datasketches/kll/package-info.java | 2 +-
.../org/apache/datasketches/req/BaseReqSketch.java | 26 +++++------
.../org/apache/datasketches/req/FloatBuffer.java | 38 ++++++++--------
.../org/apache/datasketches/req/ReqCompactor.java | 6 +--
.../org/apache/datasketches/req/ReqIterator.java | 14 +++---
.../java/org/apache/datasketches/req/ReqSerDe.java | 48 ++++++++++----------
.../org/apache/datasketches/req/ReqSketch.java | 43 +++++++++---------
.../datasketches/req/ReqSketchSortedView.java | 2 +-
.../apache/datasketches/InequalitySearchTest.java | 2 +-
.../org/apache/datasketches/req/ReqDebugImpl.java | 4 +-
.../datasketches/req/ReqFloatBufferTest.java | 22 ++++-----
.../org/apache/datasketches/req/ReqSketchTest.java | 6 +--
22 files changed, 187 insertions(+), 186 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]