1. 23 Jun, 2016 2 commits
    • antirez's avatar
      Commit change in autoMemoryFreed(): first -> last. · b5072897
      antirez authored
      It's more natural to call the last entry added as "last", the original
      commet got me confused until I actually read the code.
      b5072897
    • antirez's avatar
      Modules: implement zig-zag scanning in autoMemoryFreed(). · f2dbc02f
      antirez authored
      Most of the time to check the last element is the way to go, however
      there are patterns where the contrary is the best choice. Zig-zag
      scanning implemented in this commmit always checks the obvious element
      first (the last added -- think at a loop where the last element
      allocated gets freed again and again), and continues checking one
      element in the head and one in the tail.
      
      Thanks to @dvisrky that fixed the original implementation of the
      function and proposed zig zag scanning.
      f2dbc02f
  2. 13 Jun, 2016 2 commits
  3. 05 Jun, 2016 3 commits
  4. 03 Jun, 2016 1 commit
  5. 19 May, 2016 2 commits
  6. 18 May, 2016 1 commit
  7. 17 May, 2016 1 commit
  8. 14 May, 2016 1 commit
  9. 10 May, 2016 27 commits