|
|
|
|
|
by gregholmberg
5258 days ago
|
|
Speed& Simplicity LuaJIT speeds can rival code written in C. And if you are still not getting the speed you want, see my 1st point above (Integration with C and C++ for that matter). The simplicity of Lua is, I think, really underrated. It is a good learning exercise to write some small benchmark / utility / tool in Lua so you can get an idea of how quickly you can develop, and how fast the resulting code will be. Then read through the Lua source [0] to see just how little code is required to give you that platform for your ideas. [0] http://www.lua.org/source/5.1/lua.c.html |
|