Grok the GIL (opensource.com)
Grok the GIL (opensource.com)
Posted Apr 23, 2017 11:00 UTC (Sun) by Sesse (subscriber, #53779)In reply to: Grok the GIL (opensource.com) by joib
Parent article: Grok the GIL (opensource.com)
To be honest, I believe even LuaJIT without the JIT would be faster than most languages in this class. JIT versus interpreter is only one part of the equation; just as important is things like value representation. Lua has a head start there in terms of being a simple and small language, which helps. That, and the LuaJIT guy is brilliant.