Performance? #1239
-
How performant janet is? Say, comparing with lua,luajit,python,javascript(v8)? I think if janet's performance is kinda on par with luajit, then people would seriously consider this as a scripting language for game project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Janet is not marketed as a fast language, but I do think the author is under-selling it somewhat. In my experience Janet is faster than Python, but not quite as fast as PyPy. I suspect the same is probably true for Lua / LuaJIT. |
Beta Was this translation helpful? Give feedback.
-
FWIW, @MikeBeller put this together some time back. Not sure what the status is these days. |
Beta Was this translation helpful? Give feedback.
Janet is not marketed as a fast language, but I do think the author is under-selling it somewhat.
In my experience Janet is faster than Python, but not quite as fast as PyPy. I suspect the same is probably true for Lua / LuaJIT.