• antirez's avatar
    Scripting: objects caching for Lua c->argv creation. · 32971f62
    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.
    32971f62
scripting.c 40.2 KB