lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Mar 22, 2011 at 2:06 AM, Tim Menzies <tim@menzies.us> wrote:
> [...]
> and when folks optimize a slow  Lua script, is the *first* thing that
> they look at is the class system and change that? or...?

The *first* thing to do when you want to optimize a slow Lua script is
absolutely:
 http://lua-users.org/wiki/ProfilingLuaCode
and/or LuaJIT.

greetings
Mateusz Czapliński