• A
    Fix PFADD infinite loop. · 349c9781
    antirez 提交于
    We need to guarantee that the last bit is 1, otherwise an element may
    hash to just zeroes with probability 1/(2^64) and trigger an infinite
    loop.
    
    See issue #1657.
    349c9781
hyperloglog.c 27.3 KB