Add quicklist implementation
This replaces individual ziplist vs. linkedlist representations for Redis list operations. Big thanks for all the reviews and feedback from everybody in https://github.com/antirez/redis/pull/2143
src/quicklist.c
0 → 100644
This diff is collapsed.
src/quicklist.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment