You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/01/17 18:35:52 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #80 from apache/kll_separated_impl

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

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

commit 7daba8e8b68e58a4d6ec9ba675ca95ff5e1798e7
Merge: 5f1e947 3d65f4b
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Jan 17 10:34:34 2020 -0800

    Merge pull request #80 from apache/kll_separated_impl
    
    moved implementation to separate files

 common/include/serde.hpp                           |   4 +-
 kll/CMakeLists.txt                                 |  11 +-
 kll/include/kll_helper.hpp                         | 267 +-----
 kll/include/kll_helper_impl.hpp                    | 319 +++++++
 kll/include/kll_quantile_calculator.hpp            | 163 +---
 kll/include/kll_quantile_calculator_impl.hpp       | 191 +++++
 kll/include/kll_sketch.hpp                         | 951 +--------------------
 .../{kll_sketch.hpp => kll_sketch_impl.hpp}        | 370 +-------
 kll/test/kll_sketch_validation.cpp                 |   6 +-
 9 files changed, 588 insertions(+), 1694 deletions(-)


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