[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Drawing the line between speed and simplicity/elegance
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 10 May 2015 00:07:50 -0300
> In fact, C structs in LuaJIT are incredibly fast, and one of the first
> suggestions for improving the performance of code in LuaJIT is to
> switch from using tables to using structs when it's possible to do so
> cleanly, even if you aren't invoking any FFI calls.
And this is a main point in making LuaJIT a quite different language
from Lua (long before the release of 5.2... :-).
-- Roberto
- References:
- Re: Drawing the line between speed and simplicity/elegance, Brigham Toskin
- Re: Drawing the line between speed and simplicity/elegance, Dirk Laurie
- Re: Drawing the line between speed and simplicity/elegance, Brigham Toskin
- Re: Drawing the line between speed and simplicity/elegance, Coda Highland
- Re: Drawing the line between speed and simplicity/elegance, Roberto Ierusalimschy
- Re: Drawing the line between speed and simplicity/elegance, Rena
- Re: Drawing the line between speed and simplicity/elegance, Brigham Toskin
- Re: Drawing the line between speed and simplicity/elegance, Coda Highland
- Re: Drawing the line between speed and simplicity/elegance, Jay Carlson
- Re: Drawing the line between speed and simplicity/elegance, Coda Highland