]> git.saurik.com Git - redis.git/commit - src/t_hash.c
Implements ziplistFind
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 3 Jan 2012 23:48:55 +0000 (15:48 -0800)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 4 Jan 2012 00:13:42 +0000 (16:13 -0800)
commitfe458402014cdd98a10179c85899f1eca0307534
tree95e27c817f6652ef2908663fbc74709791e1f02e
parentebd85e9a455df689c9be02a93354f580df4cafd8
Implements ziplistFind

To improve the performance of the ziplist implementation, some
functions have been converted to macros to avoid unnecessary stack
movement and duplicate variable assignments.
src/t_hash.c
src/ziplist.c
src/ziplist.h