1
0
Fork 0
This commit is contained in:
Simon Grätzer 2017-02-17 20:24:04 +01:00
parent 8aa2465483
commit e2de2c4354
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace pregel {
/// @author Aljoscha Krettek, Robert Metzger, Robert Waury
/// https://github.com/hideo55/cpp-HyperLogLog/blob/master/include/hyperloglog.hpp
struct HLLCounter {
friend struct FMCounterFormat;
friend struct HLLCounterFormat;
constexpr static int32_t NUM_BUCKETS = 64;
constexpr static double ALPHA = 0.709;