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/11 18:40:08 UTC

[incubator-datasketches-java] branch Refactor_Theta_Tuple updated (644ab85 -> 9ee4403)

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

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


    from 644ab85  Add unit tests
     add 026eb3e  Interim.
     add 9ee4403  Changes as a result of initial review of PR #324

No new revisions were added by this update.

Summary of changes:
 .../datasketches/BoundsOnRatiosInSampledSets.java  |   2 +-
 .../java/org/apache/datasketches/theta/AnotB.java  | 101 ++++++++---
 .../org/apache/datasketches/theta/AnotBimpl.java   |  24 ++-
 .../datasketches/theta/CompactOperations.java      |   2 +-
 .../datasketches/theta/EmptyCompactSketch.java     |   1 +
 .../datasketches/theta/IntersectionImpl.java       |  13 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  | 200 +++++++++++----------
 .../datasketches/theta/CompactSketchTest.java      |   5 +-
 .../datasketches/theta/DirectIntersectionTest.java | 138 ++++++--------
 .../datasketches/theta/HeapAlphaSketchTest.java    |  14 +-
 .../datasketches/theta/HeapIntersectionTest.java   | 148 +++++----------
 .../theta/PairwiseSetOperationsTest.java           |  55 ++++--
 .../datasketches/theta/SetOpsCornerCasesTest.java  |  14 +-
 .../apache/datasketches/theta/UnionImplTest.java   |  15 +-
 .../tuple/adouble/AdoubleAnotBTest.java            |  33 ++--
 15 files changed, 399 insertions(+), 366 deletions(-)


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