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/01/21 19:52:28 UTC

[incubator-datasketches-characterization] branch master updated (b9cac18 -> 8600775)

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 b9cac18  Merge pull request #31 from apache/kll_timing
     add cdb0b7d  added gcc9 to names of files with timing results
     add 415510e  fixed legend (no java measurements yet)
     add e6435dc  kll memory usage
     new 8600775  Merge pull request #32 from apache/kll_timing

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/kll_merge_time.m                        |   2 +-
 cpp/matlab/kll_sketch_memory.m                     |   9 +-
 cpp/matlab/kll_sketch_update_time.m                |   6 +-
 cpp/results/kll_sketch_memory_float_k200.tsv       | 463 +++++++++++++++++++++
 ...y_k200.tsv => kll_sketch_memory_int64_k200.tsv} |   0
 ...0.tsv => kll_sketch_timing_float_k200_gcc9.tsv} |   0
 ....tsv => kll_sketch_timing_string_k200_gcc9.tsv} |   0
 cpp/src/kll_sketch_memory_profile.hpp              |   5 +-
 ...file.cpp => kll_sketch_memory_profile_impl.hpp} |  20 +-
 cpp/src/main.cpp                                   |   3 +-
 10 files changed, 492 insertions(+), 16 deletions(-)
 create mode 100644 cpp/results/kll_sketch_memory_float_k200.tsv
 rename cpp/results/{kll_sketch_memory_k200.tsv => kll_sketch_memory_int64_k200.tsv} (100%)
 rename cpp/results/{kll_sketch_timing_float_k200.tsv => kll_sketch_timing_float_k200_gcc9.tsv} (100%)
 rename cpp/results/{kll_sketch_timing_string_k200.tsv => kll_sketch_timing_string_k200_gcc9.tsv} (100%)
 rename cpp/src/{kll_sketch_memory_profile.cpp => kll_sketch_memory_profile_impl.hpp} (70%)


---------------------------------------------------------------------
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 #32 from apache/kll_timing

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 8600775bba7855158669eb12743e433ae82cccb9
Merge: b9cac18 e6435dc
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jan 21 11:52:22 2020 -0800

    Merge pull request #32 from apache/kll_timing
    
    Kll timing

 cpp/matlab/kll_merge_time.m                        |   2 +-
 cpp/matlab/kll_sketch_memory.m                     |   9 +-
 cpp/matlab/kll_sketch_update_time.m                |   6 +-
 cpp/results/kll_sketch_memory_float_k200.tsv       | 463 +++++++++++++++++++++
 ...y_k200.tsv => kll_sketch_memory_int64_k200.tsv} |   0
 ...0.tsv => kll_sketch_timing_float_k200_gcc9.tsv} |   0
 ....tsv => kll_sketch_timing_string_k200_gcc9.tsv} |   0
 cpp/src/kll_sketch_memory_profile.hpp              |   5 +-
 ...file.cpp => kll_sketch_memory_profile_impl.hpp} |  20 +-
 cpp/src/main.cpp                                   |   3 +-
 10 files changed, 492 insertions(+), 16 deletions(-)


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