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/21 19:31:54 UTC

[datasketches-java] 01/01: Merge pull request #394 from apache/OptimizeStep1

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

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

commit f1a69a0ed6892c7e2479c5918434f0f452557d84
Merge: 7fe957eb de24a45e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Apr 21 12:31:48 2022 -0700

    Merge pull request #394 from apache/OptimizeStep1
    
    First pass speed optimization of the off-heap Kll sketch.

 .../apache/datasketches/kll/KllFloatsHelper.java   |   4 +-
 .../org/apache/datasketches/kll/KllHelper.java     | 179 +++++++--------------
 .../apache/datasketches/kll/KllMemoryValidate.java |   2 +-
 .../datasketches/kll/KllDoublesSketchTest.java     |  12 +-
 .../org/apache/datasketches/kll/KllSketchTest.java |   3 +-
 5 files changed, 72 insertions(+), 128 deletions(-)


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