]> git.saurik.com Git - redis.git/commit - lzfP.h
LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid the very...
authorantirez <antirez@gmail.com>
Wed, 16 Dec 2009 20:48:57 +0000 (15:48 -0500)
committerantirez <antirez@gmail.com>
Wed, 16 Dec 2009 20:48:57 +0000 (15:48 -0500)
commitb0553789719a3f47531655dab13f5def5ce35403
tree476588a14e404b5de9ebd87f6fbdf49d7bb2c060
parent121f70cfae583582f88b9623e640a59c7a7630a4
LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid the very costly memset initialization. Note that with this option set valgrind will output some false positive about lzf_c.c
lzfP.h
redis.c
redis.conf