[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua newbie question: is OO in lua too slow?
- From: Javier Guerra Giraldez <javier@...>
- Date: Mon, 21 Mar 2011 20:56:41 -0500
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