]> git.saurik.com Git - redis.git/commit
BITCOUNT refactoring.
authorantirez <antirez@gmail.com>
Sat, 19 May 2012 14:16:25 +0000 (16:16 +0200)
committerantirez <antirez@gmail.com>
Thu, 24 May 2012 13:19:55 +0000 (15:19 +0200)
commitdbbbe49ef57c5c000469e206c81e5da58bf604ba
tree9b1c563954d3b177a35f90fb54caaeca094b9ef3
parent760e7765263ff4b6d5176830c9e8e8d733744996
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.
src/bitop.c