Re: closure vs metatable speed & memory use
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: closure vs metatable speed & memory use
- From: Mike Pall <mikelu-1011@...>
- Date: 2010年11月27日 12:57:53 +0100
Gaspard Bucher wrote:
> From your comments, I understand that I should use the metatable approach
> since LuaJit can do more optimizations on them and memory usage is lower, is
> this correct ?
Yes.
--Mike