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 8b230f3127c28147b4ca822f55d4e3d18be61c2e Merge: d735da7 d0b85d2 Author: Lee Rhodes <[email protected]> AuthorDate: Wed Jul 29 20:27:20 2020 -0700 Merge pull request #327 from apache/Refactor_Intersection Refactor intersection .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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
