(no title)
haberman | 5 months ago
It wasn't until LuaJIT that I realized that JIT didn't inherently have to be these slow lumbering beasts that take hundreds of milliseconds just to wake from their slumber.
haberman | 5 months ago
It wasn't until LuaJIT that I realized that JIT didn't inherently have to be these slow lumbering beasts that take hundreds of milliseconds just to wake from their slumber.
gorjusborg|5 months ago
My point still stands though. Don't just use LuaJIT thinking it will magically make things faster in all cases. If you are embedding, LuaJIT is a no-brainer. If you are using a stand-alone interpreter, measure if you care about reality.
NuclearPM|5 months ago
This seems backwards. Lua is easier to embed and luajit is just as easy to install standalone and has zero downsides.