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/06/12 05:03:11 UTC

[incubator-datasketches-java] 01/01: Merge pull request #321 from apache/FixSingleItem

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/incubator-datasketches-java.git

commit 20de417f8c1602dc0ca4245f93bec813e4c61a98
Merge: a182ae3 4652a3e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jun 11 22:03:02 2020 -0700

    Merge pull request #321 from apache/FixSingleItem
    
    Improvements in Theta Sketch to (hopefully) eliminate the

 .../theta/ConcurrentDirectQuickSelectSketch.java   |   2 +-
 .../theta/DirectCompactOrderedSketch.java          |   8 +-
 .../datasketches/theta/DirectCompactSketch.java    |  25 ++---
 .../theta/DirectCompactUnorderedSketch.java        |   8 +-
 .../theta/DirectQuickSelectSketch.java             |  38 ++++----
 .../theta/DirectQuickSelectSketchR.java            |  58 ++++++------
 .../datasketches/theta/ForwardCompatibility.java   |  48 +++++++---
 .../org/apache/datasketches/theta/HeapAnotB.java   |   5 +-
 .../theta/HeapCompactOrderedSketch.java            |  10 +-
 .../datasketches/theta/HeapCompactSketch.java      |   1 +
 .../theta/HeapCompactUnorderedSketch.java          |  12 +--
 .../datasketches/theta/HeapUpdateSketch.java       |   4 +-
 .../datasketches/theta/IntersectionImpl.java       |   3 +-
 .../apache/datasketches/theta/PreambleUtil.java    |  58 ++++++++----
 .../apache/datasketches/theta/SetOperation.java    |  34 +++++--
 .../datasketches/theta/SingleItemSketch.java       |  85 +++++++----------
 .../java/org/apache/datasketches/theta/Sketch.java |  86 ++++++++++-------
 .../org/apache/datasketches/theta/UnionImpl.java   | 105 +++------------------
 .../apache/datasketches/theta/UpdateSketch.java    |  11 ++-
 src/main/javadoc/resources/dictionary.html         |   2 +-
 .../datasketches/theta/BackwardConversions.java    |   2 +-
 .../datasketches/theta/CompactSketchTest.java      |  13 ++-
 .../org/apache/datasketches/theta/EmptyTest.java   |   5 +-
 .../datasketches/theta/SingleItemSketchTest.java   |  46 ++++++---
 .../apache/datasketches/theta/UnionImplTest.java   |  16 ++--
 25 files changed, 341 insertions(+), 344 deletions(-)


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