[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: BIG request, someone can port luajit ffi module to lua?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 22 Feb 2011 11:42:36 +0200
On Tue, Feb 22, 2011 at 11:34 AM, Miles Bader <miles@gnu.org> wrote:
> I suspect for a lot of projects, that would be wayyyy overkill and
> compile-time generated thunks would be a better method.
Yes, and at the risk of stating the obvious, many bindings are not
particularly speed-sensitive. Sure, if you are doing high-performance
computing in Lua, this is probably a new golden age (and that isn't
hyperbole!) but most things are I/O bound or handling GUIs where the
user would not notice a few milliseconds difference.
Alien is fast enough, mostly, and a FFI-compatible interface to it
would be fine for many tasks, with an immediate optimization path
available.
steve d.
- References:
- BIG request, someone can port luajit ffi module to lua?, zhiguo zhao
- Re: BIG request, someone can port luajit ffi module to lua?, Javier Guerra Giraldez
- Re: BIG request, someone can port luajit ffi module to lua?, Miles Bader
- Re: BIG request, someone can port luajit ffi module to lua?, Matthew Wild
- Re: BIG request, someone can port luajit ffi module to lua?, Miles Bader
- Re: BIG request, someone can port luajit ffi module to lua?, Wesley Smith
- Re: BIG request, someone can port luajit ffi module to lua?, Miles Bader