• antirez's avatar
    INCR: Modify incremented object in-place when possible. · 16559b46
    antirez authored
    However we don't try to do this if the integer is already inside a range
    representable with a shared integer.
    
    The performance gain appears to be around ~15% in micro benchmarks,
    however in the long run this also helps to improve locality, so should
    have more, hard to measure, benefits.
    16559b46
t_string.c 14.6 KB