This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
from 3880153 Merge pull request #353 from apache/hll_merge_speed
add e904bd0 Clean up count min a bit, define to_string method and python
wrapper
add 68bb1e0 add basic count min python tests
add c8cf06f Add apache license header to files. Add allocator support,
clean up serialized size
add ab5d95c Fix size computation, add python method to determine size
add 6edbfee Make iterator type allocator-aware
add 33e8bdb small documentation fixes per PR comments
add 6c1b9ed add missing header
new febe15c Merge pull request #354 from apache/count_min_python
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:
count/include/count_min.hpp | 220 ++++++++++++++++----------
count/include/count_min_impl.hpp | 254 +++++++++++++++++++------------
count/test/CMakeLists.txt | 1 +
count/test/count_min_allocation_test.cpp | 155 +++++++++++++++++++
count/test/count_min_test.cpp | 26 +++-
python/CMakeLists.txt | 2 +
python/src/count_wrapper.cpp | 101 ++++++++++++
python/src/datasketches.cpp | 2 +
python/tests/count_min_test.py | 86 +++++++++++
9 files changed, 663 insertions(+), 184 deletions(-)
create mode 100644 count/test/count_min_allocation_test.cpp
create mode 100644 python/src/count_wrapper.cpp
create mode 100644 python/tests/count_min_test.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]