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/27 18:21:14 UTC

[incubator-datasketches-characterization] branch master updated (aaced4d -> 3115994)

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/incubator-datasketches-characterization.git.


    from aaced4d  Merge pull request #34 from apache/hll_union
     add a574853  frequent items merge time
     new 3115994  Merge pull request #35 from apache/fi_merge_time

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:
 cpp/matlab/frequent_items_merge_time.m             |  20 ++
 ..._merge_timing_string_lgk10_zipf11_long_copy.tsv | 319 +++++++++++++++++++++
 ..._merge_timing_string_lgk10_zipf11_long_move.tsv | 319 +++++++++++++++++++++
 ...merge_timing_string_lgk10_zipf11_short_copy.tsv | 319 +++++++++++++++++++++
 ...merge_timing_string_lgk10_zipf11_short_move.tsv | 319 +++++++++++++++++++++
 ...hpp => frequent_items_merge_timing_profile.cpp} |  90 +++---
 ...hpp => frequent_items_merge_timing_profile.hpp} |   6 +-
 cpp/src/main.cpp                                   |   2 +
 8 files changed, 1345 insertions(+), 49 deletions(-)
 create mode 100644 cpp/matlab/frequent_items_merge_time.m
 create mode 100644 cpp/results/frequent_items_merge_timing_string_lgk10_zipf11_long_copy.tsv
 create mode 100644 cpp/results/frequent_items_merge_timing_string_lgk10_zipf11_long_move.tsv
 create mode 100644 cpp/results/frequent_items_merge_timing_string_lgk10_zipf11_short_copy.tsv
 create mode 100644 cpp/results/frequent_items_merge_timing_string_lgk10_zipf11_short_move.tsv
 copy cpp/src/{kll_merge_timing_profile_impl.hpp => frequent_items_merge_timing_profile.cpp} (53%)
 copy cpp/src/{hll_union_timing_profile.hpp => frequent_items_merge_timing_profile.hpp} (84%)


---------------------------------------------------------------------
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 #35 from apache/fi_merge_time

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/incubator-datasketches-characterization.git

commit 3115994569412c0ada893ea4119fbc064c634a63
Merge: aaced4d a574853
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Feb 27 10:21:06 2020 -0800

    Merge pull request #35 from apache/fi_merge_time
    
    frequent items merge time

 cpp/matlab/frequent_items_merge_time.m             |  20 ++
 ..._merge_timing_string_lgk10_zipf11_long_copy.tsv | 319 +++++++++++++++++++++
 ..._merge_timing_string_lgk10_zipf11_long_move.tsv | 319 +++++++++++++++++++++
 ...merge_timing_string_lgk10_zipf11_short_copy.tsv | 319 +++++++++++++++++++++
 ...merge_timing_string_lgk10_zipf11_short_move.tsv | 319 +++++++++++++++++++++
 cpp/src/frequent_items_merge_timing_profile.cpp    | 115 ++++++++
 cpp/src/frequent_items_merge_timing_profile.hpp    |  34 +++
 cpp/src/main.cpp                                   |   2 +
 8 files changed, 1447 insertions(+)


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