• antirez's avatar
    Scripting: objects caching for Lua c->argv creation. · baf93017
    antirez authored
    Reusing small objects when possible is a major speedup under certain
    conditions, since it is able to avoid the malloc/free pattern that
    otherwise is performed for every argument in the client command vector.
    baf93017
scripting.c 40.2 KB