[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Survey of lua sandboxes?
- From: Alex Bradbury <asb@...>
- Date: Mon, 26 Dec 2011 22:24:57 +0000
2011/12/26 Ezequiel García <elezegarcia@yahoo.com.ar>:
>> He says about 4 minutes in that lua is not good for numerical
>> computation, which gives me pause. (I'm checking out numlua.)
>
> But you can always code the heavy numerical processing in a C module.
Or of course there's LuaJIT 2 [1], as used by GSL Shell [2] with great success.
[1]: http://luajit.org
[2]: http://www.nongnu.org/gsl-shell/
Alex