- 23 Jun, 2016 2 commits
-
-
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.
-
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.
-
- 13 Jun, 2016 2 commits
- 05 Jun, 2016 3 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 03 Jun, 2016 1 commit
-
-
antirez authored
-
- 19 May, 2016 2 commits
- 18 May, 2016 1 commit
-
-
antirez authored
Related to #3239.
-
- 17 May, 2016 1 commit
-
-
Dvir Volk authored
-
- 14 May, 2016 1 commit
-
-
antirez authored
-
- 10 May, 2016 27 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Dvir Volk authored
-
Itamar Haber authored
-
Dvir Volk authored
-
Dvir Volk authored
-
Dvir Volk authored
-
Dvir Volk authored
-
antirez authored
-
Itamar Haber authored
-
antirez authored
-
Ramon Snir authored
-
Dvir Volk authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-