• antirez's avatar
    HyperLogLog sparse representation initial implementation. · c756936b
    antirez authored
    Code never tested, but the basic layout is shaped in this commit.
    Also missing:
    
    1) Sparse -> Dense conversion function.
    2) New HLL object creation using the sparse representation.
    3) Implementation of PFMERGE for the sparse representation.
    c756936b
hyperloglog.c 42.7 KB