1. 29 Oct, 2014 35 commits
  2. 09 Oct, 2014 3 commits
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 1 commit
    • antirez's avatar
      INCR: Modify incremented object in-place when possible. · b9764488
      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.
      b9764488