This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit febe15ca11ec2e497ee41232bce444c1218ee522 Merge: 3880153 6c1b9ed Author: Jon Malkin <[email protected]> AuthorDate: Thu Apr 6 11:08:01 2023 -0700 Merge pull request #354 from apache/count_min_python Count min python 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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
