• antirez's avatar
    sds.c new function sdsRemoveFreeSpace(). · f9322fb8
    antirez authored
    The new function is used in order to resize the string allocation so
    that only the minimal allocation possible is used, removing all the free
    space at the end of the string normally used to improve efficiency of
    concatenation operations.
    f9322fb8
sds.c 21.3 KB