LuaJIT is such an amazing just-in-time compiler, faster than the traditional Lua compiler, supported on many platforms and used everywhere where speed and performance are a priority.<p>For example it's being used in Redis to provide Lua scripting, and can also be used with nginx (OpenResty). While developing Kong (<a href="https://github.com/Mashape/kong" rel="nofollow">https://github.com/Mashape/kong</a>) we noticed that LuaJIT provided substantial performance improvements.<p>I hope that the recent step down of the main committer won't affect the future of the project [1].<p>[1] <a href="http://www.freelists.org/post/luajit/Looking-for-new-LuaJIT-maintainers" rel="nofollow">http://www.freelists.org/post/luajit/Looking-for-new-LuaJIT-...</a>