You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/11/25 06:13:54 UTC

[incubator-datasketches-characterization] branch master updated (e2e83af -> e9d004a)

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

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


    from e2e83af  Merge pull request #20 from apache/cpp_migration
     add 8e4c519  union timing C++
     new e9d004a  Merge pull request #21 from apache/union_time_cpp

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:
 ...ng_profile.cpp => cpc_union_timing_profile.cpp} |  75 +++++++----
 ...ng_profile.hpp => cpc_union_timing_profile.hpp} |   6 +-
 ...ng_profile.cpp => hll_union_timing_profile.cpp} |  71 +++++++----
 ...ng_profile.hpp => hll_union_timing_profile.hpp} |   6 +-
 cpp/src/main.cpp                                   |  14 +-
 cpp/src/theta_union_timing_profile.cpp             | 142 +++++++++++++++++++++
 ..._profile.hpp => theta_union_timing_profile.hpp} |   6 +-
 7 files changed, 258 insertions(+), 62 deletions(-)
 copy cpp/src/{theta_sketch_timing_profile.cpp => cpc_union_timing_profile.cpp} (56%)
 copy cpp/src/{cpc_sketch_timing_profile.hpp => cpc_union_timing_profile.hpp} (87%)
 copy cpp/src/{theta_sketch_timing_profile.cpp => hll_union_timing_profile.cpp} (57%)
 copy cpp/src/{cpc_sketch_timing_profile.hpp => hll_union_timing_profile.hpp} (87%)
 create mode 100644 cpp/src/theta_union_timing_profile.cpp
 copy cpp/src/{cpc_sketch_timing_profile.hpp => theta_union_timing_profile.hpp} (87%)


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


[incubator-datasketches-characterization] 01/01: Merge pull request #21 from apache/union_time_cpp

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

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

commit e9d004aaf11fe31fab9c85c3cc0448c4822cb9f8
Merge: e2e83af 8e4c519
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Nov 24 22:13:47 2019 -0800

    Merge pull request #21 from apache/union_time_cpp
    
    union timing C++

 cpp/src/cpc_union_timing_profile.cpp   | 128 +++++++++++++++++++++++++++++
 cpp/src/cpc_union_timing_profile.hpp   |  34 ++++++++
 cpp/src/hll_union_timing_profile.cpp   | 124 ++++++++++++++++++++++++++++
 cpp/src/hll_union_timing_profile.hpp   |  34 ++++++++
 cpp/src/main.cpp                       |  14 +++-
 cpp/src/theta_union_timing_profile.cpp | 142 +++++++++++++++++++++++++++++++++
 cpp/src/theta_union_timing_profile.hpp |  34 ++++++++
 7 files changed, 507 insertions(+), 3 deletions(-)


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