From: antirez Date: Sat, 19 May 2012 14:16:25 +0000 (+0200) Subject: BITCOUNT refactoring. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/dbbbe49ef57c5c000469e206c81e5da58bf604ba?hp=dbbbe49ef57c5c000469e206c81e5da58bf604ba BITCOUNT refactoring. 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. ---