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/datasketches-cpp.git
commit eb103f4de91d5a1ba3f693a94146a5ea82a307d4 Merge: 4a23934 e602aec Author: Alexander Saydakov <[email protected]> AuthorDate: Mon Nov 6 12:58:36 2023 -0800 Merge pull request #404 from apache/cleanup-before-5.0.0 Cleanup before 5.0.0 common/include/common_defs.hpp | 13 +++-- common/include/count_zeros.hpp | 2 - common/include/quantiles_sorted_view.hpp | 5 +- cpc/include/cpc_common.hpp | 34 ++++++------- cpc/include/cpc_compressor.hpp | 11 ++-- cpc/include/cpc_compressor_impl.hpp | 34 ++++++------- cpc/include/cpc_sketch.hpp | 14 +++--- cpc/include/cpc_sketch_impl.hpp | 23 +++++---- cpc/include/cpc_union.hpp | 9 ++-- cpc/include/cpc_union_impl.hpp | 16 +++--- cpc/include/u32_table.hpp | 5 +- cpc/include/u32_table_impl.hpp | 10 ++-- cpc/test/cpc_sketch_test.cpp | 8 +-- cpc/test/cpc_union_test.cpp | 8 +-- density/include/density_sketch_impl.hpp | 2 +- hll/include/CouponList-internal.hpp | 4 +- hll/include/CouponList.hpp | 4 +- hll/include/HllArray-internal.hpp | 6 +-- hll/include/HllArray.hpp | 8 +-- hll/include/HllSketch-internal.hpp | 4 +- hll/include/HllSketchImpl.hpp | 4 +- hll/include/hll.hpp | 35 ++++++------- kll/include/kll_helper_impl.hpp | 4 +- kll/include/kll_sketch.hpp | 75 +++++++++++++--------------- kll/include/kll_sketch_impl.hpp | 53 ++++---------------- kll/test/kll_sketch_test.cpp | 28 ++--------- quantiles/include/quantiles_sketch.hpp | 46 ++--------------- quantiles/include/quantiles_sketch_impl.hpp | 38 +------------- quantiles/test/quantiles_sketch_test.cpp | 23 --------- req/include/req_compactor_impl.hpp | 4 +- req/include/req_sketch.hpp | 19 ++----- req/include/req_sketch_impl.hpp | 19 ------- req/test/req_sketch_test.cpp | 16 ------ sampling/include/var_opt_union.hpp | 7 ++- sampling/include/var_opt_union_impl.hpp | 8 +-- theta/include/theta_a_not_b.hpp | 15 +++--- theta/include/theta_constants.hpp | 14 ++++-- theta/include/theta_intersection.hpp | 12 +++-- theta/include/theta_sketch.hpp | 34 ++++++++----- theta/include/theta_union.hpp | 22 ++++---- tuple/include/array_tuple_a_not_b.hpp | 6 +-- tuple/include/array_tuple_intersection.hpp | 2 +- tuple/include/tuple_a_not_b.hpp | 7 +-- tuple/include/tuple_intersection.hpp | 7 +-- tuple/include/tuple_jaccard_similarity.hpp | 2 +- tuple/include/tuple_sketch.hpp | 16 +++--- tuple/include/tuple_union.hpp | 12 ++--- tuple/test/tuple_jaccard_similarity_test.cpp | 4 +- 48 files changed, 286 insertions(+), 466 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
