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 2021/10/19 17:06:41 UTC

[datasketches-cpp] branch master updated (e221e49 -> b51ec55)

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

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


    from e221e49  Merge pull request #244 from apache/fix_cpc_union_allocation
     add 559343b  use default allocator for temporary ostringstream
     add f933c66  fixed conversion
     new b51ec55  Merge pull request #246 from apache/fix_allocation_in_to_string

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cpc/include/cpc_sketch_impl.hpp           |  8 +++++---
 fi/include/frequent_items_sketch_impl.hpp |  6 ++++--
 hll/include/HllSketch-internal.hpp        |  6 ++++--
 kll/include/kll_sketch_impl.hpp           |  6 ++++--
 req/include/req_sketch_impl.hpp           |  6 ++++--
 sampling/include/var_opt_sketch_impl.hpp  | 20 +++++++++++++-------
 sampling/include/var_opt_union_impl.hpp   | 14 ++++++++------
 theta/include/theta_sketch.hpp            |  9 +++------
 theta/include/theta_sketch_impl.hpp       | 10 ++++++----
 tuple/include/tuple_sketch.hpp            |  9 +++------
 tuple/include/tuple_sketch_impl.hpp       | 10 ++++++----
 11 files changed, 60 insertions(+), 44 deletions(-)

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


[datasketches-cpp] 01/01: Merge pull request #246 from apache/fix_allocation_in_to_string

Posted by al...@apache.org.
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 b51ec556bd0102d3c34ef03f81e3ad92fe968e95
Merge: e221e49 f933c66
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Oct 19 10:06:38 2021 -0700

    Merge pull request #246 from apache/fix_allocation_in_to_string
    
    use default allocator for temporary ostringstream

 cpc/include/cpc_sketch_impl.hpp           |  8 +++++---
 fi/include/frequent_items_sketch_impl.hpp |  6 ++++--
 hll/include/HllSketch-internal.hpp        |  6 ++++--
 kll/include/kll_sketch_impl.hpp           |  6 ++++--
 req/include/req_sketch_impl.hpp           |  6 ++++--
 sampling/include/var_opt_sketch_impl.hpp  | 20 +++++++++++++-------
 sampling/include/var_opt_union_impl.hpp   | 14 ++++++++------
 theta/include/theta_sketch.hpp            |  9 +++------
 theta/include/theta_sketch_impl.hpp       | 10 ++++++----
 tuple/include/tuple_sketch.hpp            |  9 +++------
 tuple/include/tuple_sketch_impl.hpp       | 10 ++++++----
 11 files changed, 60 insertions(+), 44 deletions(-)

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