You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/01/27 22:36:59 UTC

[incubator-datasketches-cpp] 01/02: Merge branch 'sampling' of https://github.com/apache/incubator-datasketches-cpp into sampling

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

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

commit c459d833a133b8743e0c8f0302aa1da87f10b614
Merge: 7daba8e e788651
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Mon Jan 27 14:32:34 2020 -0800

    Merge branch 'sampling' of https://github.com/apache/incubator-datasketches-cpp into sampling

 CMakeLists.txt                           |    3 +-
 NOTICE                                   |    4 +
 sampling/CMakeLists.txt                  |   50 ++
 sampling/include/var_opt_sketch.hpp      |  204 +++++
 sampling/include/var_opt_sketch_impl.hpp | 1252 ++++++++++++++++++++++++++++++
 sampling/test/CMakeLists.txt             |   46 ++
 sampling/test/counting_allocator.hpp     |  109 +++
 sampling/test/var_opt_sketch_test.cpp    |  204 +++++
 8 files changed, 1871 insertions(+), 1 deletion(-)


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