This is an automated email from the ASF dual-hosted git repository.
charlie pushed a change to branch count-min-cpp
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
from 400e705 Merge pull request #323 from apache/vo_iter_arrow
new 202cec1 Init count
new 3db0413 Added update and test
new e6c43ef Resolved hashing issue and added estimation
new 18bf5c9 Added bucket and hash suggestions
new 2420daa Templatized the constructor
new 1c52218 Templatized the current impl
new 9569299 Added weighted updates
new cd19dbc Added upper and lower bounds
new 40f6d4e Added merging
new 14e23ae Corrected hashing function and added explicit 2-wise
independent hash
new dce4b19 Tidy up before review
new 1bbf772 Merge branch 'apache:master' into cpp-countmin
new bb5b71a Responded to Alex's initial feedback
new c277edf Revised merge per Alex's feedback
new afb0085 Made functions return consts as per feedback
new c4c1f0a Reduced size of num hashes and added sketch table size check
new 321d07e Changed the order checks in constructor
new c6c63c5 Added serialization scheme and renamed class members
new bf058dc Removing init throw test
new e86e1db Resolved the init-fail test case timing out on github by
safer allocation
new 7c7c345 Added serialization for vector of bytes
new 91cb0f3 Fixed de/serialization and added header check
new 0a797bf Merge pull request #325 from c-dickens/cpp-countmin
The 1434 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:
CMakeLists.txt | 41 ++--
{quantiles => count}/CMakeLists.txt | 32 +--
count/include/count_min.hpp | 296 +++++++++++++++++++++++
count/include/count_min_impl.hpp | 457 ++++++++++++++++++++++++++++++++++++
{kll => count}/test/CMakeLists.txt | 39 ++-
count/test/count_min_test.cpp | 286 ++++++++++++++++++++++
6 files changed, 1094 insertions(+), 57 deletions(-)
copy {quantiles => count}/CMakeLists.txt (59%)
mode change 100755 => 100644
create mode 100644 count/include/count_min.hpp
create mode 100644 count/include/count_min_impl.hpp
copy {kll => count}/test/CMakeLists.txt (57%)
create mode 100644 count/test/count_min_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]