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/18 22:58:19 UTC

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

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 2175851  Correct sentence
     add fce9a8d  HLL union performance improvement
     new aaced4d  Merge pull request #34 from apache/hll_union

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/hll_union_update_time.m                 |  22 ++
 cpp/matlab/union_update_time_32_sketches.m         |  22 +-
 .../hll_union_timing_hll4_lgk11_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll4_lgk12_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll8_lgk11_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll8_lgk12_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 cpp/results/hll_union_timing_lgk11_16way_gcc9.tsv  | 304 -----------------
 cpp/results/hll_union_timing_lgk11_32way_gcc9.tsv  | 367 ---------------------
 cpp/results/hll_union_timing_lgk12_16way_gcc9.tsv  | 304 -----------------
 cpp/results/hll_union_timing_lgk12_32way_gcc9.tsv  | 367 ---------------------
 cpp/src/hll_union_timing_profile.cpp               |   9 +-
 11 files changed, 1506 insertions(+), 1357 deletions(-)
 create mode 100644 cpp/matlab/hll_union_update_time.m
 create mode 100644 cpp/results/hll_union_timing_hll4_lgk11_32way_gcc9.tsv
 create mode 100644 cpp/results/hll_union_timing_hll4_lgk12_32way_gcc9.tsv
 create mode 100644 cpp/results/hll_union_timing_hll8_lgk11_32way_gcc9.tsv
 create mode 100644 cpp/results/hll_union_timing_hll8_lgk12_32way_gcc9.tsv
 delete mode 100644 cpp/results/hll_union_timing_lgk11_16way_gcc9.tsv
 delete mode 100644 cpp/results/hll_union_timing_lgk11_32way_gcc9.tsv
 delete mode 100644 cpp/results/hll_union_timing_lgk12_16way_gcc9.tsv
 delete mode 100644 cpp/results/hll_union_timing_lgk12_32way_gcc9.tsv


---------------------------------------------------------------------
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 #34 from apache/hll_union

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 aaced4dfcff4296c48b07fdff805fe2acebbbd25
Merge: 2175851 fce9a8d
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Feb 18 14:58:10 2020 -0800

    Merge pull request #34 from apache/hll_union
    
    HLL union performance improvement

 cpp/matlab/hll_union_update_time.m                 |  22 ++
 cpp/matlab/union_update_time_32_sketches.m         |  22 +-
 .../hll_union_timing_hll4_lgk11_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll4_lgk12_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll8_lgk11_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 .../hll_union_timing_hll8_lgk12_32way_gcc9.tsv     | 367 +++++++++++++++++++++
 cpp/results/hll_union_timing_lgk11_16way_gcc9.tsv  | 304 -----------------
 cpp/results/hll_union_timing_lgk11_32way_gcc9.tsv  | 367 ---------------------
 cpp/results/hll_union_timing_lgk12_16way_gcc9.tsv  | 304 -----------------
 cpp/results/hll_union_timing_lgk12_32way_gcc9.tsv  | 367 ---------------------
 cpp/src/hll_union_timing_profile.cpp               |   9 +-
 11 files changed, 1506 insertions(+), 1357 deletions(-)


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