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/07/18 19:04:12 UTC

[incubator-datasketches-java] 01/02: Merge remote-tracking branch 'origin/Refactor_Theta_Tuple' into RefactorArrayOfDoubles

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

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

commit ef3019ad29f64e53e0a47d6fc690ca622859c8aa
Merge: 82cb36d dfd3f08
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jul 18 09:53:36 2020 -0700

    Merge remote-tracking branch 'origin/Refactor_Theta_Tuple' into RefactorArrayOfDoubles

 .../java/org/apache/datasketches/theta/AnotB.java  |  54 +--
 .../org/apache/datasketches/theta/AnotBimpl.java   | 185 +++++-----
 .../datasketches/theta/CompactOperations.java      |   3 +-
 .../datasketches/theta/HeapCompactSketch.java      |   2 +-
 .../apache/datasketches/theta/Intersection.java    |  48 ++-
 .../datasketches/theta/IntersectionImpl.java       |  17 +-
 .../datasketches/theta/IntersectionImplR.java      |  23 +-
 .../datasketches/theta/JaccardSimilarity.java      |   6 +-
 .../datasketches/theta/SetOperationBuilder.java    |   4 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  | 334 +++++++++---------
 .../datasketches/tuple/SerializerDeserializer.java |   2 -
 .../java/org/apache/datasketches/tuple/Util.java   |   2 -
 .../BoundsOnRatiosInThetaSketchedSetsTest.java     |   4 +-
 .../apache/datasketches/theta/AnotBimplTest.java   | 379 +++++++++------------
 .../datasketches/theta/DirectIntersectionTest.java |  66 ++--
 .../org/apache/datasketches/theta/EmptyTest.java   |  21 +-
 .../datasketches/theta/HeapIntersectionTest.java   |  56 +--
 .../theta/PairwiseSetOperationsTest.java           |  14 +-
 .../datasketches/theta/ReadOnlyMemoryTest.java     |  17 +-
 .../datasketches/theta/SetOperationTest.java       |   9 +-
 .../datasketches/theta/SetOpsCornerCasesTest.java  |   4 +-
 .../datasketches/theta/SingleItemSketchTest.java   |  12 +-
 22 files changed, 593 insertions(+), 669 deletions(-)


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