I wonder if there's a good reason for Lua 5.3 or a third-party library to add table.new(narr, nrec) (as seen in LuaJIT) to Lua? It seems like a useful optimization, and its implementation should only take a couple of lines (call lua_createtable() and return).
--
Sent from my Game Boy.