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/05 01:04:35 UTC

[datasketches-java] branch DirectKllDouble updated (d29627df -> 091635be)

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

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


    from d29627df Removed mentions of m.
     add 091635be This post fixes all the issues in the last set of reviews except two: 1) I haven't renamed the memory dedicated "insert*" and "extract*" methods, and 2) I haven't done the hierarchy refactoring along the lines we discussed. I want check this in so that we can at least resolve all the other conversations.

No new revisions were added by this update.

Summary of changes:
 .../datasketches/kll/KllDirectDoublesSketch.java   |  14 +-
 .../datasketches/kll/KllDirectFloatsSketch.java    |  12 +-
 .../apache/datasketches/kll/KllDirectSketch.java   |   1 +
 .../apache/datasketches/kll/KllDoublesSketch.java  |   3 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |   3 +-
 .../org/apache/datasketches/kll/KllHelper.java     |  13 +-
 .../apache/datasketches/kll/KllMemoryValidate.java | 289 ++++++++-------------
 .../apache/datasketches/kll/KllPreambleUtil.java   |  16 +-
 .../org/apache/datasketches/kll/KllSketch.java     | 133 +++++-----
 .../kll/KllDirectDoublesSketchTest.java            |   3 +-
 .../kll/KllDirectFloatsSketchTest.java             |   5 +-
 .../datasketches/kll/KllFloatsSketchTest.java      |   2 +-
 ...alidateTest.java => KllMemoryValidateTest.java} |  66 ++---
 13 files changed, 225 insertions(+), 335 deletions(-)
 rename src/test/java/org/apache/datasketches/kll/{MemoryValidateTest.java => KllMemoryValidateTest.java} (72%)


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