• antirez's avatar
    HyperLogLog sparse representation slightly modified. · ed96e115
    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.
    ed96e115
hyperloglog.c 31.4 KB