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

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


    from 1dfe3d4  Merge pull request #89 from 
proost/feat-compare-go-vs-java-theta-sketch
     add 4c96f90  Minor fixes to make the cpp code build
     add 2d50e5e  Update Readme with Clion config
     add 9d15a52  Add includes
     add 518429b  first optimization
     add 0a2db8a  Fix race condition
     add 0f0eac1  Do not clear vector error
     add 420b085  Comment out timings
     add 86f6783  Minor changes
     new 6ddf21b  Merge pull request #93 from 
geonove/geonove/optimize-errors-computation

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:
 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]

Reply via email to