Scripting: objects caching for Lua c->argv creation.
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.
Please register or sign in to comment