You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2023/03/01 03:38:34 UTC

[datasketches-java] branch master updated (4d1e2445 -> f5f5a1f8)

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

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


    from 4d1e2445 Merge pull request #427 from apache/theta_compact_iterator
     add 66375090 theta compression
     add 75a44fa7 removed confusing comment
     add c50c5feb fixed theta extraction V4
     add 3d7d5db1 test compatibility with C++
     add 29cc80be fixed bit packing
     new f5f5a1f8 Merge pull request #428 from apache/theta_compression

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/BitPacking.java  | 6271 ++++++++++++++++++++
 .../apache/datasketches/theta/CompactSketch.java   |  244 +-
 .../apache/datasketches/theta/PreambleUtil.java    |   17 +
 .../org/apache/datasketches/theta/UnionImpl.java   |   14 +-
 .../apache/datasketches/theta/BitPackingTest.java  |   99 +
 .../datasketches/theta/CompactSketchTest.java      |   66 +
 .../apache/datasketches/theta/UnionImplTest.java   |   17 +
 src/test/resources/theta_estimation_mode_v4.sk     |  Bin 0 -> 35955 bytes
 8 files changed, 6646 insertions(+), 82 deletions(-)
 create mode 100644 src/main/java/org/apache/datasketches/theta/BitPacking.java
 create mode 100644 src/test/java/org/apache/datasketches/theta/BitPackingTest.java
 create mode 100644 src/test/resources/theta_estimation_mode_v4.sk


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


[datasketches-java] 01/01: Merge pull request #428 from apache/theta_compression

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit f5f5a1f8adfaa8496006beebcbeabfb9128c2f50
Merge: 4d1e2445 29cc80be
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Feb 28 19:38:30 2023 -0800

    Merge pull request #428 from apache/theta_compression
    
    Theta compression

 .../org/apache/datasketches/theta/BitPacking.java  | 6271 ++++++++++++++++++++
 .../apache/datasketches/theta/CompactSketch.java   |  244 +-
 .../apache/datasketches/theta/PreambleUtil.java    |   17 +
 .../org/apache/datasketches/theta/UnionImpl.java   |   14 +-
 .../apache/datasketches/theta/BitPackingTest.java  |   99 +
 .../datasketches/theta/CompactSketchTest.java      |   66 +
 .../apache/datasketches/theta/UnionImplTest.java   |   17 +
 src/test/resources/theta_estimation_mode_v4.sk     |  Bin 0 -> 35955 bytes
 8 files changed, 6646 insertions(+), 82 deletions(-)


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