lua-users home
lua-l archive

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


On Mon, Mar 21, 2011 at 8:06 PM, Tim Menzies <tim@menzies.us> wrote:
> 1)  the standard ways of doing OO in Lua has a large overhead.

large compared to what?  calls in Lua are blazingly fast, the worst
times (150ns per method call) are still on par to typical OO scripting
languages.  (or way faster in most cases)

-- 
Javier