]> git.saurik.com Git - redis.git/commit
sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes make...
authorantirez <antirez@gmail.com>
Wed, 2 Nov 2011 15:50:59 +0000 (16:50 +0100)
committerantirez <antirez@gmail.com>
Wed, 2 Nov 2011 15:50:59 +0000 (16:50 +0100)
commitd0b2a9b2234afe82d6ed42a8c45f8221ede25d8f
tree0251a571fa18a5c1989199776f0d0275e0deed6a
parent35267245948fef5561a921943c1eb118cfb704b0
sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes make it possible to copy stuff from a system call to an sds buffer without the need of an additional buffer and copying overhead.
src/sds.c
src/sds.h