I bet LuaJIT crushes Zef! Or rather, I would hope that it does, given how much more engineering went into it
There are many runtimes that I could have included but didn’t.
Also, it’s quite impressive how much faster PUC Lua is than QuickJS and Python
> it’s quite impressive how much faster PUC Lua is than QuickJS and Python
Python's execution time is mostly spent looking up stuff. I don't think lua is quite as dynamic.
Because QuickJS is really slow. Don't be fooled by the name. It's almost an order of magnitude slower than node/v8.
(I suppose the quick in QuickJS means "quick for a pure interpreter without JIT compilation or something...)