This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git.
from d735da7 Merge pull request #324 from apache/Refactor_Theta_Tuple
add 7e35246 Interim
add 410a1c5 Refactoring of Theta Intersection.
add 3be239f Changed travis.yml back to openjdk8
add d0b85d2 Remove redundant subclass method
new 8b230f3 Merge pull request #327 from apache/Refactor_Intersection
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
.../org/apache/datasketches/HashOperations.java | 27 +-
.../apache/datasketches/kll/KllFloatsSketch.java | 43 +-
.../org/apache/datasketches/theta/AnotBimpl.java | 3 +-
.../apache/datasketches/theta/Intersection.java | 94 ++++
.../datasketches/theta/IntersectionImpl.java | 516 ++++++++++++++-------
.../datasketches/theta/IntersectionImplR.java | 325 -------------
.../apache/datasketches/theta/SetOperation.java | 109 +++--
.../org/apache/datasketches/theta/UnionImpl.java | 5 +-
.../apache/datasketches/tuple/Intersection.java | 3 -
.../apache/datasketches/theta/AnotBimplTest.java | 2 +-
.../datasketches/theta/CompactSketchTest.java | 2 +-
.../datasketches/theta/DirectIntersectionTest.java | 12 +-
.../datasketches/theta/HeapIntersectionTest.java | 11 +-
.../datasketches/theta/SetOperationTest.java | 18 +-
.../apache/datasketches/theta/UnionImplTest.java | 4 +-
16 files changed, 574 insertions(+), 602 deletions(-)
delete mode 100644
src/main/java/org/apache/datasketches/theta/IntersectionImplR.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]