This is an automated email from the ASF dual-hosted git repository.
charlie pushed a commit to branch 359-use-non-colliding-family-id-in-count-min
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
The following commit(s) were added to
refs/heads/359-use-non-colliding-family-id-in-count-min by this push:
new f145738 Changed family id to 18
f145738 is described below
commit f14573864bc6c39def4dcaac516ea3ff055ba0d6
Author: charlied <[email protected]>
AuthorDate: Mon Apr 17 08:19:30 2023 +0100
Changed family id to 18
---
count/include/count_min.hpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/count/include/count_min.hpp b/count/include/count_min.hpp
index d973724..2f487bd 100644
--- a/count/include/count_min.hpp
+++ b/count/include/count_min.hpp
@@ -319,8 +319,7 @@ private:
static const uint8_t PREAMBLE_LONGS_SHORT = 2; // Empty -> need second byte
for sketch parameters
static const uint8_t PREAMBLE_LONGS_FULL = 3; // Not empty -> need (at
least) third byte for total weight.
static const uint8_t SERIAL_VERSION_1 = 1;
- static const uint8_t FAMILY_ID = 1;
- //static const size_t DATA_START = 24;
+ static const uint8_t FAMILY_ID = 18;
static const uint8_t NULL_8 = 0;
static const uint32_t NULL_32 = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]