You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/10 19:27:21 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #28 from apache/theta

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

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

commit 7034c502e83d0189a7308845701b591f7db39d5f
Merge: 31ca415 27d00b8
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 10 12:27:14 2019 -0700

    Merge pull request #28 from apache/theta
    
    Theta sketch

 Makefile                                           |    4 +-
 theta/include/binomial_bounds.hpp                  |  444 ++++++++
 theta/include/theta_a_not_b.hpp                    |   43 +
 theta/include/theta_a_not_b_impl.hpp               |  104 ++
 theta/include/theta_intersection.hpp               |   56 +
 theta/include/theta_intersection_impl.hpp          |  177 ++++
 theta/include/theta_sketch.hpp                     |  281 +++++
 theta/include/theta_sketch_impl.hpp                | 1072 ++++++++++++++++++++
 theta/include/theta_union.hpp                      |   61 ++
 theta/include/theta_union_impl.hpp                 |  100 ++
 theta/test/theta_a_not_b_test.cpp                  |  225 ++++
 theta/test/theta_compact_empty_from_java.bin       |  Bin 0 -> 8 bytes
 theta/test/theta_compact_estimation_from_java.bin  |  Bin 0 -> 34760 bytes
 theta/test/theta_compact_single_item_from_java.bin |  Bin 0 -> 16 bytes
 theta/test/theta_intersection_test.cpp             |  226 +++++
 theta/test/theta_sketch_test.cpp                   |  420 ++++++++
 theta/test/theta_union_test.cpp                    |   98 ++
 theta/test/theta_update_empty_from_java.bin        |  Bin 0 -> 1048 bytes
 theta/test/theta_update_estimation_from_java.bin   |  Bin 0 -> 65560 bytes
 theta/theta.mk                                     |   31 +
 20 files changed, 3341 insertions(+), 1 deletion(-)


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