|
Am I missing something or has table.insert( t, v ) gotten less efficient in Lua 5.1 for repeated insertions because of the need to do a log n search of the table each time to find the end of the table? Should I be now routinely thinking about keeping the table size around somewhere explicitly? Mark