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/02/29 02:14:42 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #97 from apache/standard_operators

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 aa49578f2621d4bcefe56f121a9b2c9b92a778d1
Merge: 05ea49b fe53cea
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Feb 28 18:14:21 2020 -0800

    Merge pull request #97 from apache/standard_operators
    
    use standard operators, some other minor cleanup

 cpc/include/cpc_compressor_impl.hpp          |  2 +-
 cpc/include/cpc_sketch_impl.hpp              | 30 +++++++++----------
 cpc/include/cpc_union_impl.hpp               | 28 +++++++++---------
 cpc/include/u32_table_impl.hpp               | 14 ++++-----
 fi/include/frequent_items_sketch_impl.hpp    |  2 +-
 fi/include/reverse_purge_hash_map_impl.hpp   |  6 +---
 hll/include/HllArray-internal.hpp            |  2 +-
 hll/include/HllUnion-internal.hpp            | 10 +++----
 kll/include/kll_helper_impl.hpp              |  4 +--
 kll/include/kll_quantile_calculator_impl.hpp |  2 +-
 kll/include/kll_sketch_impl.hpp              | 44 +++++++++++++---------------
 theta/include/binomial_bounds.hpp            |  9 ++----
 theta/include/theta_a_not_b_impl.hpp         |  8 ++---
 theta/include/theta_intersection_impl.hpp    |  4 +--
 theta/include/theta_sketch_impl.hpp          | 26 +++++++---------
 theta/include/theta_union_impl.hpp           |  2 +-
 16 files changed, 88 insertions(+), 105 deletions(-)


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