D run-time interpretation
Laeeth Isharc via Digitalmars-d
digitalmars-d at puremagic.com
Tue Oct 6 15:24:21 PDT 2015
On Tuesday, 6 October 2015 at 22:05:59 UTC, Laeeth Isharc wrote:
> LuaJIT will be very fast. I think calling back to C might not
> be something you want to do in an inner loop though, so
> structure accordingly.
I meant other way around. You don't want to call out to Lua
there, but I don't think that's your intent anyway.
https://gist.github.com/spion/3049314
it took a lot of work just for C++ to beat LuaJIT on this little
benchmark.
More information about the Digitalmars-d
mailing list