• antirez's avatar
    Hyperloglog: refactoring of sparse/dense add function. · cbe9d725
    antirez authored
    The commit splits the add functions into a set() and add() set of
    functions, so that it's possible to set registers in an independent way
    just having the index and count.
    
    Related to #3819, otherwise a fix is not possible.
    cbe9d725
hyperloglog.c 56.5 KB