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/incubator-datasketches-cpp.git.
from a521dab Merge pull request #55 from apache/kll_deserialize_fix
add 657f205 change HLL public API from CamelCase to lower_with_underscore
add 27cbffd remove more camelCase from hll.hpp
add a1759cb CurMode enum renamed to hll_mode, being explicit about sketch
family and not forcing 'current' into the enum name
new 9217369 Merge pull request #52 from apache/hll_api_tidying
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:
hll/include/AuxHashMap.hpp | 2 +-
hll/include/CouponHashSet-internal.hpp | 20 +--
hll/include/CouponHashSet.hpp | 6 +-
hll/include/CouponList-internal.hpp | 50 +++---
hll/include/CouponList.hpp | 8 +-
hll/include/Hll4Array-internal.hpp | 10 +-
hll/include/Hll4Array.hpp | 4 +-
hll/include/Hll6Array-internal.hpp | 6 +-
hll/include/Hll6Array.hpp | 2 +-
hll/include/Hll8Array-internal.hpp | 6 +-
hll/include/Hll8Array.hpp | 2 +-
hll/include/HllArray-internal.hpp | 37 ++---
hll/include/HllArray.hpp | 10 +-
hll/include/HllSketch-internal.hpp | 262 +++++++++++++++--------------
hll/include/HllSketchImpl-internal.hpp | 30 ++--
hll/include/HllSketchImpl.hpp | 18 +-
hll/include/HllSketchImplFactory.hpp | 20 +--
hll/include/HllUnion-internal.hpp | 295 ++++++++++++++++-----------------
hll/include/HllUtil.hpp | 6 +-
hll/include/PairIterator.hpp | 2 +-
hll/include/hll.hpp | 183 ++++++++++----------
hll/test/CouponHashSetTest.cpp | 4 +-
hll/test/CouponListTest.cpp | 27 ++-
hll/test/CrossCountingTest.cpp | 7 +-
hll/test/HllArrayTest.cpp | 36 ++--
hll/test/HllSketchTest.cpp | 129 +++++---------
hll/test/HllUnionTest.cpp | 153 +++++++----------
hll/test/ToFromByteArrayTest.cpp | 194 +++++-----------------
python/src/hll_wrapper.cpp | 112 ++++++-------
29 files changed, 725 insertions(+), 916 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]