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/29 18:15:51 UTC

[incubator-datasketches-characterization] branch master updated (1576369 -> bce5323)

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 1576369  Update HLL, Theta conf files
     add 3fbdd06  more results
     add b44e929  kll accuracy results
     add c1c351e  updated script
     new bce5323  Merge pull request #33 from apache/more_results

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/cpc_sketch_accuracy.m                   |   2 +-
 cpp/matlab/cpc_union_update_time.m                 |   2 +-
 cpp/matlab/distinct_counting_sketch_update.m       |  16 +-
 .../frequent_items_sketch_int64_lgk10_max_error.m  |   2 +-
 cpp/matlab/hll_sketch_update_time.m                |   2 +-
 cpp/matlab/kll_sketch_error.m                      |  15 +
 cpp/matlab/union_result_time_32_sketches.m         |  27 ++
 cpp/matlab/union_update_time_32_sketches.m         |  38 +-
 cpp/results/cpc_sketch_accuracy_lgk26.tsv          | 463 +++++++++++++++++++++
 cpp/results/kll_sketch_accuracy_k200_1k_99pct.tsv  | 319 ++++++++++++++
 cpp/src/kll_accuracy_profile.cpp                   |   2 +-
 results/cpc_union_update_timing_lgk12_32way.tsv    | 367 ++++++++++++++++
 .../hll_union_update_timing_hll4_lgk12_32way.tsv   | 337 +++++++++++++++
 .../hll_union_update_timing_hll8_lgk12_32way.tsv   | 367 ++++++++++++++++
 results/kll_sketch_accuracy_k200_1k_99pct.tsv      | 319 ++++++++++++++
 results/theta_union_result_timing_lgk12_32way.tsv  | 367 ++++++++++++++++
 results/theta_union_update_timing_lgk12_32way.tsv  | 367 ++++++++++++++++
 17 files changed, 2983 insertions(+), 29 deletions(-)
 create mode 100644 cpp/matlab/kll_sketch_error.m
 create mode 100644 cpp/matlab/union_result_time_32_sketches.m
 create mode 100644 cpp/results/cpc_sketch_accuracy_lgk26.tsv
 create mode 100644 cpp/results/kll_sketch_accuracy_k200_1k_99pct.tsv
 create mode 100644 results/cpc_union_update_timing_lgk12_32way.tsv
 create mode 100644 results/hll_union_update_timing_hll4_lgk12_32way.tsv
 create mode 100644 results/hll_union_update_timing_hll8_lgk12_32way.tsv
 create mode 100644 results/kll_sketch_accuracy_k200_1k_99pct.tsv
 create mode 100644 results/theta_union_result_timing_lgk12_32way.tsv
 create mode 100644 results/theta_union_update_timing_lgk12_32way.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 #33 from apache/more_results

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 bce5323d7cd4e8db1494e0b208650a095664295a
Merge: 1576369 c1c351e
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed Jan 29 10:15:45 2020 -0800

    Merge pull request #33 from apache/more_results
    
    More results

 cpp/matlab/cpc_sketch_accuracy.m                   |   2 +-
 cpp/matlab/cpc_union_update_time.m                 |   2 +-
 cpp/matlab/distinct_counting_sketch_update.m       |  16 +-
 .../frequent_items_sketch_int64_lgk10_max_error.m  |   2 +-
 cpp/matlab/hll_sketch_update_time.m                |   2 +-
 cpp/matlab/kll_sketch_error.m                      |  15 +
 cpp/matlab/union_result_time_32_sketches.m         |  27 ++
 cpp/matlab/union_update_time_32_sketches.m         |  38 +-
 cpp/results/cpc_sketch_accuracy_lgk26.tsv          | 463 +++++++++++++++++++++
 cpp/results/kll_sketch_accuracy_k200_1k_99pct.tsv  | 319 ++++++++++++++
 cpp/src/kll_accuracy_profile.cpp                   |   2 +-
 results/cpc_union_update_timing_lgk12_32way.tsv    | 367 ++++++++++++++++
 .../hll_union_update_timing_hll4_lgk12_32way.tsv   | 337 +++++++++++++++
 .../hll_union_update_timing_hll8_lgk12_32way.tsv   | 367 ++++++++++++++++
 results/kll_sketch_accuracy_k200_1k_99pct.tsv      | 319 ++++++++++++++
 results/theta_union_result_timing_lgk12_32way.tsv  | 367 ++++++++++++++++
 results/theta_union_update_timing_lgk12_32way.tsv  | 367 ++++++++++++++++
 17 files changed, 2983 insertions(+), 29 deletions(-)


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