This is an automated email from the ASF dual-hosted git repository.
alsay pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from 04246661 Merge pull request #637 from apache/unused_imports
add adff8907 use iteration in set ops, wrap compressed sketch and unpack
in iterator
add a0f1fd6b wrapped compressed sketch
add 2698f0d3 restored special treatment of single item sketch
add 29895b3d addressed review points
new 186fb226 Merge pull request #644 from apache/compressed_iterator
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:
.../org/apache/datasketches/theta/AnotBimpl.java | 34 +++--
.../datasketches/theta/CompactOperations.java | 2 +-
.../apache/datasketches/theta/CompactSketch.java | 18 ++-
.../theta/DirectCompactCompressedSketch.java | 140 +++++++++++++++++++++
.../datasketches/theta/DirectCompactSketch.java | 12 +-
.../datasketches/theta/IntersectionImpl.java | 60 +++++----
.../theta/MemoryCompactCompressedHashIterator.java | 107 ++++++++++++++++
.../apache/datasketches/theta/PreambleUtil.java | 3 +
.../java/org/apache/datasketches/theta/Sketch.java | 13 +-
.../org/apache/datasketches/theta/UnionImpl.java | 53 ++------
10 files changed, 341 insertions(+), 101 deletions(-)
create mode 100644
src/main/java/org/apache/datasketches/theta/DirectCompactCompressedSketch.java
create mode 100644
src/main/java/org/apache/datasketches/theta/MemoryCompactCompressedHashIterator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]