• antirez's avatar
    HyperLogLog: added magic / version. · 096b5e92
    antirez authored
    This will allow future changes like compressed representations.
    Currently the magic is not checked for performance reasons but this may
    change in the future, for example if we add new types encoded in strings
    that may have the same size of HyperLogLogs.
    096b5e92
hyperloglog.c 25.6 KB