• antirez's avatar
    HyperLogLog sparse representation slightly modified. · 099ae637
    antirez authored
    After running a few simulations with different alternative encodings,
    it was found that the VAL opcode performs better using 5 bits for the
    value and 2 bits for the run length, at least for cardinalities in the
    range of interest.
    099ae637
hyperloglog.c 31.4 KB