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/datasketches-characterization.git
commit 6ddf21bf22de54c2c8705f29faaa09f23bb2ac9c Merge: 1dfe3d4 86f6783 Author: Lee Rhodes <[email protected]> AuthorDate: Thu Dec 25 13:54:09 2025 -0800 Merge pull request #93 from geonove/geonove/optimize-errors-computation Optimize t-digest accuracy computation README.md | 37 ++++++++++++++++++++++++ cpp/CMakeLists.txt | 10 ++++++- cpp/src/distinct_count_accuracy_profile.cpp | 7 ++++- cpp/src/distinct_count_accuracy_profile.hpp | 14 ++++----- cpp/src/kll_sketch_timing_profile_impl.hpp | 4 ++- cpp/src/main.cpp | 1 + cpp/src/memory_usage_profile.cpp | 6 +++- cpp/src/req_sketch_timing_profile_impl.hpp | 9 +++++- cpp/src/stddev.hpp | 12 ++++---- cpp/src/tdigest_accuracy_profile.hpp | 2 +- cpp/src/tdigest_accuracy_profile_impl.hpp | 36 ++++++++++++++--------- cpp/src/tdigest_merge_accuracy_profile.hpp | 2 +- cpp/src/tdigest_merge_accuracy_profile_impl.hpp | 2 +- cpp/src/tdigest_sketch_accuracy_profile.hpp | 2 +- cpp/src/tdigest_sketch_accuracy_profile_impl.hpp | 4 +-- cpp/src/tuple_union_timing_profile.cpp | 2 +- 16 files changed, 111 insertions(+), 39 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
