This is an automated email from the ASF dual-hosted git repository.

charlie pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/datasketches-characterization.git


    from 40be06a  Merge pull request #103 from 
apache/dependabot/pip/src/notebooks/pillow-12.1.1
     add 66ac603  Add consolidated CMS item frequency point query estimation 
profile
     add 36a62dc  Simplify CMS frequency profile to basic point query error
     add 11e0451  Fix CMS profile: fixed params, no sweep, single experiment
     add cbe4a1a  Add plotting script for CMS frequency profile output
     add 706f697  Remove bogus target_compile_features for nonexistent 'common' 
target
     add 02d1775  Add CMS point query error profile (Experiment 1)
     add 8d04d33  Add Zipf exponent to plot title and include TSV results
     add 12ad77e  Add convenience Makefile and increase trials to 2^13
     add d6ad52e  Expand quantile output to 27 levels (min to max) and add 
slice plot
     add 9c3d597  Dense upper-tail quantiles and flipped-axis slice plot
     add d966a48  Update CLAUDE.md experiment spec based on implementation 
learnings
     add a97c52c  Restore upstream tdigest lines and remove out-of-scope slice 
plot
     add 32a27c0  Remove unused count_min_sketch_frequency_profile
     add 4d72409  Remove CLAUDE.md from PR
     add 5f1e340  Remove dead plotting script from src/notebooks
     new 61dc93c  Merge pull request #104 from 
c-dickens/claude/consolidate-cms-frequency-pr-Sb5Kk

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:
 Makefile                                           |   28 +
 cpp/CMakeLists.txt                                 |    4 +-
 cpp/results/cms_point_query.tsv                    | 1031 ++++++++++++++++++++
 cpp/scripts/plot_cms_point_query.py                |  188 ++++
 cpp/src/cms_point_query_profile.cpp                |  229 +++++
 ...ing_profile.hpp => cms_point_query_profile.hpp} |   19 +-
 cpp/src/main.cpp                                   |    4 +
 7 files changed, 1497 insertions(+), 6 deletions(-)
 create mode 100644 Makefile
 create mode 100644 cpp/results/cms_point_query.tsv
 create mode 100644 cpp/scripts/plot_cms_point_query.py
 create mode 100644 cpp/src/cms_point_query_profile.cpp
 copy cpp/src/{cpc_union_timing_profile.hpp => cms_point_query_profile.hpp} 
(59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to