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 2019/07/29 18:28:40 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #49 from apache/kll_no_default_construction

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 7a9e04bcdb393eeee32f15ec32e4adf2b31ec004
Merge: a8476e1 64fc63c
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Mon Jul 29 11:28:35 2019 -0700

    Merge pull request #49 from apache/kll_no_default_construction
    
    KLL sketch improvements

 common/include/serde.hpp                           |   5 +-
 common/test/A.hpp                                  | 103 +++++++
 fi/fi.mk                                           |   2 +-
 fi/test/CMakeLists.txt                             |   5 +
 fi/test/frequent_items_sketch_custom_type_test.cpp |  64 +---
 kll/include/kll_helper.hpp                         | 210 +++++++------
 kll/include/kll_quantile_calculator.hpp            |  59 ++--
 kll/include/kll_sketch.hpp                         | 335 ++++++++++++---------
 kll/kll.mk                                         |   2 +-
 kll/test/CMakeLists.txt                            |   6 +
 kll/test/kll_sketch_custom_type_test.cpp           | 117 +++++++
 kll/test/kll_sketch_test.cpp                       |   5 +-
 kll/test/kll_sketch_validation.cpp                 |   2 +-
 13 files changed, 588 insertions(+), 327 deletions(-)


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