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

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


    from 993b622  Merge pull request #363 from apache/density_sketch
     add 16bab2c  skip updating kxq in HLL merge
     add 7b2d1c2  check if union gadget needs kxq rebuilding before getting 
estimates/bounds
     add 643de78  Explicitly test get estimate directly from union
     add 3aad1b6  define default to avoid compiler warning
     add 089d232  handle equal k merge case separately, remove reference from 
iterators over primitive coupons
     add 96897a6  Merge pull request #364 from apache/hll_delay_kxq

No new revisions were added by this update.

Summary of changes:
 hll/include/Hll4Array-internal.hpp   |  23 +++++--
 hll/include/Hll4Array.hpp            |   2 +-
 hll/include/Hll6Array-internal.hpp   |  26 +++++--
 hll/include/Hll6Array.hpp            |   2 +-
 hll/include/Hll8Array-internal.hpp   | 130 +++++++++++++++++++++++++----------
 hll/include/Hll8Array.hpp            |   1 +
 hll/include/HllArray-internal.hpp    |  88 +++++++++++++++++++++---
 hll/include/HllArray.hpp             |   6 ++
 hll/include/HllSketchImplFactory.hpp |  24 +------
 hll/include/HllUnion-internal.hpp    |   8 +++
 hll/test/HllUnionTest.cpp            |   8 ++-
 11 files changed, 236 insertions(+), 82 deletions(-)


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

Reply via email to