• A
    HyperLogLog sparse representation initial implementation. · aadd5131
    antirez 提交于
    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.
    aadd5131
hyperloglog.c 42.7 KB