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 2024/02/13 22:25:01 UTC

(datasketches-cpp) branch master updated (50ad1ba -> fa0237a)

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-cpp.git


    from 50ad1ba  Merge pull request #418 from apache/tdigest
     add dc032a7  deserialize format of the reference implementation
     add c577d94  reference binaries for testing compatibility
     add 5f94bdd  added comments as suggested in review
     new fa0237a  Merge pull request #422 from apache/tdigest

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:
 common/include/common_defs.hpp                 |  17 ++++
 tdigest/include/tdigest.hpp                    |   7 ++
 tdigest/include/tdigest_impl.hpp               | 120 +++++++++++++++++++++++++
 tdigest/test/tdigest_ref_k100_n10000_double.sk | Bin 0 -> 976 bytes
 tdigest/test/tdigest_ref_k100_n10000_float.sk  | Bin 0 -> 502 bytes
 tdigest/test/tdigest_test.cpp                  |  67 ++++++++++++++
 6 files changed, 211 insertions(+)
 create mode 100644 tdigest/test/tdigest_ref_k100_n10000_double.sk
 create mode 100644 tdigest/test/tdigest_ref_k100_n10000_float.sk


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


(datasketches-cpp) 01/01: Merge pull request #422 from apache/tdigest

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/datasketches-cpp.git

commit fa0237ae8698d1841949bd3bcbc941ecc5bdda4b
Merge: 50ad1ba 5f94bdd
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Feb 13 14:24:56 2024 -0800

    Merge pull request #422 from apache/tdigest
    
    Tdigest

 common/include/common_defs.hpp                 |  17 ++++
 tdigest/include/tdigest.hpp                    |   7 ++
 tdigest/include/tdigest_impl.hpp               | 120 +++++++++++++++++++++++++
 tdigest/test/tdigest_ref_k100_n10000_double.sk | Bin 0 -> 976 bytes
 tdigest/test/tdigest_ref_k100_n10000_float.sk  | Bin 0 -> 502 bytes
 tdigest/test/tdigest_test.cpp                  |  67 ++++++++++++++
 6 files changed, 211 insertions(+)


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