You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/04/17 06:31:30 UTC

[datasketches-java] branch DirectKllDoubleV2 updated (876059e5 -> 231201f9)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch DirectKllDoubleV2
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 876059e5 Some code optimization, removing unnecessary methods. Fixed some unit tests that were not configured properly. Added unit tests.
     add 231201f9 Optimizing Merge speed performance. Simplifying some rather obscure code.

No new revisions were added by this update.

Summary of changes:
 .../apache/datasketches/kll/KllDoublesHelper.java  | 45 ++++++++++------------
 .../apache/datasketches/kll/KllFloatsHelper.java   | 43 ++++++++++-----------
 .../org/apache/datasketches/kll/KllSketch.java     | 33 +++++-----------
 .../org/apache/datasketches/kll/package-info.java  | 16 ++++----
 .../kll/KllDirectCompactDoublesSketchTest.java     | 25 ++++++++++--
 .../kll/KllDirectCompactFloatsSketchTest.java      | 26 +++++++++++--
 .../kll/KllDirectFloatsSketchTest.java             |  2 +-
 .../org/apache/datasketches/kll/KllSketchTest.java |  6 +--
 8 files changed, 106 insertions(+), 90 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org