Try using ipairs() instead of pairs() for Lua. You are only using numeric indexes and LuaJIT can optimize ipairs() much better.
確定! 回上一頁