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/datasketches-characterization.git
from efef4a3 Characterization study for KLLItemsSketch with Weighted
Updates
add 9ced8fc tdigest characterization
new f1b1258 Merge pull request #60 from apache/tdigest-cpp
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/src/main.cpp | 6 ++
...ng_profile.hpp => tdigest_accuracy_profile.hpp} | 17 ++---
...ofile.cpp => tdigest_accuracy_profile_impl.hpp} | 50 +++++++++-----
...ile.hpp => tdigest_sketch_accuracy_profile.hpp} | 20 ++----
cpp/src/tdigest_sketch_accuracy_profile_impl.hpp | 63 ++++++++++++++++++
...ming_profile.hpp => tdigest_timing_profile.hpp} | 12 ++--
...le_impl.hpp => tdigest_timing_profile_impl.hpp} | 77 +++++++++-------------
7 files changed, 153 insertions(+), 92 deletions(-)
copy cpp/src/{req_merge_timing_profile.hpp => tdigest_accuracy_profile.hpp}
(71%)
copy cpp/src/{kll_accuracy_profile.cpp => tdigest_accuracy_profile_impl.hpp}
(52%)
copy cpp/src/{kll_sketch_timing_profile.hpp =>
tdigest_sketch_accuracy_profile.hpp} (67%)
create mode 100644 cpp/src/tdigest_sketch_accuracy_profile_impl.hpp
copy cpp/src/{req_merge_timing_profile.hpp => tdigest_timing_profile.hpp} (79%)
copy cpp/src/{kll_merge_timing_profile_impl.hpp =>
tdigest_timing_profile_impl.hpp} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]