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/02/11 00:31:19 UTC

[datasketches-cpp] branch master updated (ffe0113 -> d101eae)

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-cpp.git


    from ffe0113  Merge pull request #342 from apache/update_iterators
     add c88f1a5  compressed theta sketch
     add 7dfb7ab  Merge remote-tracking branch 'origin/master' into theta_compression
     add 9540d2e  include iterator
     add 895586a  fixed iterator
     add 3631c4f  removed unused code, reused parser
     add ba9c089  pack num_entries
     add 2c1d9ef  stream serialization for compressed
     add 9dfdc11  bit packing tests
     add 0905f62  better write and copy operations
     add 19f1c45  consistency
     add 1a61175  clarification
     add 2626413  const
     add bd5699c  simplified slightly
     add 6b8b7f4  added comments
     add 9f87b4e  minor cleanup and serial format change
     new d101eae  Merge pull request #332 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:
 common/include/common_defs.hpp                     |    2 +-
 common/include/count_zeros.hpp                     |   11 +
 common/include/memory_operations.hpp               |    8 +-
 theta/include/bit_packing.hpp                      | 6279 ++++++++++++++++++++
 theta/include/compact_theta_sketch_parser.hpp      |   22 +-
 theta/include/compact_theta_sketch_parser_impl.hpp |  106 +-
 theta/include/theta_sketch.hpp                     |   68 +-
 theta/include/theta_sketch_impl.hpp                |  557 +-
 theta/include/theta_update_sketch_base.hpp         |    2 +-
 theta/test/CMakeLists.txt                          |    1 +
 theta/test/bit_packing_test.cpp                    |   80 +
 theta/test/theta_sketch_test.cpp                   |   45 +-
 12 files changed, 6979 insertions(+), 202 deletions(-)
 create mode 100644 theta/include/bit_packing.hpp
 create mode 100644 theta/test/bit_packing_test.cpp


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


[datasketches-cpp] 01/01: Merge pull request #332 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-cpp.git

commit d101eaee9a2e35139394fdb1cc9c0ca34c67dfa6
Merge: ffe0113 9f87b4e
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Feb 10 16:31:13 2023 -0800

    Merge pull request #332 from apache/theta_compression
    
    Theta compression

 common/include/common_defs.hpp                     |    2 +-
 common/include/count_zeros.hpp                     |   11 +
 common/include/memory_operations.hpp               |    8 +-
 theta/include/bit_packing.hpp                      | 6279 ++++++++++++++++++++
 theta/include/compact_theta_sketch_parser.hpp      |   22 +-
 theta/include/compact_theta_sketch_parser_impl.hpp |  106 +-
 theta/include/theta_sketch.hpp                     |   68 +-
 theta/include/theta_sketch_impl.hpp                |  557 +-
 theta/include/theta_update_sketch_base.hpp         |    2 +-
 theta/test/CMakeLists.txt                          |    1 +
 theta/test/bit_packing_test.cpp                    |   80 +
 theta/test/theta_sketch_test.cpp                   |   45 +-
 12 files changed, 6979 insertions(+), 202 deletions(-)



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