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/11/13 22:38:07 UTC

[incubator-datasketches-characterization] 01/01: Merge pull request #48 from apache/tuple_sketch

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 0bb4bbe0b351c2e41c15c8b5261ef2f88804c6f9
Merge: 798cc2b bcc1ebe
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Nov 13 14:37:57 2020 -0800

    Merge pull request #48 from apache/tuple_sketch
    
    Tuple sketch

 .gitignore                                         |   1 -
 cpp/matlab/theta_sketch_update_time.m              |  38 +++
 cpp/matlab/theta_union_update_time.m               |  41 +++
 cpp/results/aod_sketch_timing_lgk12_x8_gcc9.tsv    | 335 +++++++++++++++++++
 ...ion_timing_lgk12_32way_compact_trimmed_gcc9.tsv | 367 +++++++++++++++++++++
 .../tuple_sketch_timing_double_lgk12_x8_gcc9.tsv   | 335 +++++++++++++++++++
 ...ing_double_lgk12_32way_compact_trimmed_gcc9.tsv | 367 +++++++++++++++++++++
 cpp/src/main.cpp                                   |   5 +
 cpp/src/tuple_sketch_timing_profile.cpp            | 110 ++++++
 cpp/src/tuple_sketch_timing_profile.hpp            |  34 ++
 cpp/src/tuple_union_timing_profile.cpp             | 151 +++++++++
 cpp/src/tuple_union_timing_profile.hpp             |  34 ++
 results/aod_sketch_update_timing_lgk12_x8.tsv      | 319 ++++++++++++++++++
 results/aod_union_update_timing_lgk12_32way.tsv    | 335 +++++++++++++++++++
 .../tuple/AodSketchUpdateSpeedProfile.java         |  76 +++++
 .../tuple/AodUnionUpdateSpeedProfile.java          |  84 +++++
 .../resources/tuple/AodSketchUpdateSpeedJob.conf   |  45 +++
 .../resources/tuple/AodUnionUpdateSpeedJob.conf    |  43 +++
 18 files changed, 2719 insertions(+), 1 deletion(-)


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