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 2dd1d5e6 Merge pull request #646 from apache/compressed_iterator
add bde0b6f2 wrap(byte[])
new 41d71833 Merge pull request #648 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:
...ava => BytesCompactCompressedHashIterator.java} | 26 +---
...Iterator.java => BytesCompactHashIterator.java} | 39 +++--
.../apache/datasketches/theta/CompactSketch.java | 54 +++++++
.../datasketches/theta/DirectCompactSketch.java | 4 +-
.../theta/WrappedCompactCompressedSketch.java | 111 ++++++++++++++
.../datasketches/theta/WrappedCompactSketch.java | 165 +++++++++++++++++++++
.../datasketches/theta/CompactSketchTest.java | 34 +++++
7 files changed, 391 insertions(+), 42 deletions(-)
copy
src/main/java/org/apache/datasketches/theta/{MemoryCompactCompressedHashIterator.java
=> BytesCompactCompressedHashIterator.java} (76%)
copy src/main/java/org/apache/datasketches/theta/{HeapHashIterator.java =>
BytesCompactHashIterator.java} (63%)
create mode 100644
src/main/java/org/apache/datasketches/theta/WrappedCompactCompressedSketch.java
create mode 100644
src/main/java/org/apache/datasketches/theta/WrappedCompactSketch.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]