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:20 UTC

[datasketches-cpp] 01/01: Merge pull request #332 from apache/theta_compression

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