• antirez's avatar
    BITCOUNT refactoring. · dbbbe49e
    antirez authored
    The low level popualtion counting function is now separated from the
    BITCOUNT command implementation, so that the low level function can be
    further optimized and eventually used in other contexts if needed.
    dbbbe49e
bitop.c 9.07 KB