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 2020/01/09 02:01:07 UTC

[incubator-datasketches-java] branch NewHllIterator updated (6b27c14 -> 0afe269)

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

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


    from 6b27c14  More Isomorphic tests.
     add 5cbb09e  Prepare for next round of speedups.
     add bd59035  Interim
     add 120ab69  Interim update
     add 75ebb78  Interim update
     add 0afe269  Interim update, mostly improving unit tests.

No new revisions were added by this update.

Summary of changes:
 .../apache/datasketches/hll/AbstractHllArray.java  |  33 +++-
 .../org/apache/datasketches/hll/Conversions.java   |  47 +++---
 .../apache/datasketches/hll/DirectAuxHashMap.java  |   2 +-
 .../apache/datasketches/hll/DirectHll4Array.java   |  87 ++++++-----
 .../apache/datasketches/hll/DirectHll6Array.java   |  94 +++++++----
 .../apache/datasketches/hll/DirectHll8Array.java   |  64 +++++---
 .../apache/datasketches/hll/DirectHllArray.java    |   1 +
 .../apache/datasketches/hll/HeapAuxHashMap.java    |  10 +-
 .../org/apache/datasketches/hll/Hll4Array.java     |  85 +++++-----
 .../org/apache/datasketches/hll/Hll4Update.java    | 172 ++++++++++-----------
 .../org/apache/datasketches/hll/Hll6Array.java     |  92 ++++++-----
 .../org/apache/datasketches/hll/Hll8Array.java     |  58 ++++---
 .../java/org/apache/datasketches/hll/HllUtil.java  |   8 +-
 .../datasketches/hll/IntArrayPairIterator.java     |   4 +-
 .../datasketches/hll/IntMemoryPairIterator.java    |   4 +-
 .../org/apache/datasketches/hll/TgtHllType.java    |   4 +-
 .../java/org/apache/datasketches/hll/Union.java    |  73 +++++----
 .../org/apache/datasketches/hll/HllArrayTest.java  | 154 ++++++++++++++++--
 .../datasketches/hll/ToFromByteArrayTest.java      |   6 +-
 .../org/apache/datasketches/hll/UnionCaseTest.java |   2 +-
 20 files changed, 636 insertions(+), 364 deletions(-)


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