• antirez's avatar
    Remove tryObjectEncoding() calls from list type. · a1684ff1
    antirez authored
    All lists are now represented via quicklists.
    Quicklists are never represented referencing robj structures, so trying
    to compress their representation does not make sense. That the new way
    is faster was experimentally verified with micro benchmarks in order to
    prove that the intuition was correct.
    a1684ff1
t_list.c 33.5 KB