You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/08/29 21:47:55 UTC

[datasketches-cpp] branch master updated (c966a30 -> cc1a8b5)

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

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


    from c966a30  Merge pull request #299 from why520it/why520it-patch-1
     add 66fc3c5  avoid needless call to memcpy with an empty entries_ array, even if correctly trying to write 0 values, to keep sanitizer=undefined happy
     new cc1a8b5  Merge pull request #301 from apache/empty_entries

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:
 theta/include/theta_sketch_impl.hpp | 4 ++--
 tuple/include/tuple_sketch_impl.hpp | 4 ++--
 2 files changed, 4 insertions(+), 4 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 #301 from apache/empty_entries

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cc1a8b5cff8af8b8489924c7b533fc15a646bae6
Merge: c966a30 66fc3c5
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Aug 29 14:47:49 2022 -0700

    Merge pull request #301 from apache/empty_entries
    
    avoid needless call to memcpy with an empty entries_ array

 theta/include/theta_sketch_impl.hpp | 4 ++--
 tuple/include/tuple_sketch_impl.hpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


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