]> 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:24:27 +0000 (15:24 +0200)
commit7ffa248c7cc53d1b84dfbad2149965efcd6a72f5
tree9173259f7f4c3554d41239d5b31cf26d82041dd9
parent84ec6706cfe05f699fdbc196ae5506cd99d89863
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