[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua newbie question: is OO in lua too slow?
- From: Mateusz Czaplinski <czapkofan@...>
- Date: Tue, 22 Mar 2011 09:40:38 +0100
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