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 2020/11/30 05:16:49 UTC

[incubator-datasketches-characterization] 02/03: Merge branch 'master' of git@github.com:apache/incubator-datasketches-characterization.git

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 007e14121981f6ce7d2250a43d367f9bd4958f88
Merge: afb0676 0bb4bbe
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Nov 29 21:13:12 2020 -0800

    Merge branch 'master' of git@github.com:apache/incubator-datasketches-characterization.git

 .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