I've been involved in a project where we used LuaJIT. At some point we discovered that a bug in our build process was making it pick up PUC Lua (from the system-installed packages) rather than LuaJIT (from the build process itself).
This went under the radar for a while even though we had tons of traffic. Turns out PUC Lua is pretty fast on its own.
This went under the radar for a while even though we had tons of traffic. Turns out PUC Lua is pretty fast on its own.