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/7ffa248c7cc53d1b84dfbad2149965efcd6a72f5?hp=7ffa248c7cc53d1b84dfbad2149965efcd6a72f5 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. ---