-
Notifications
You must be signed in to change notification settings - Fork 111
FAQ Script
captain edited this page Mar 16, 2020
·
1 revision
Lua is incredible fast and often is called the fastest script level HLL language on the market
Lua is a very fast language. Even in non-JIT it does even come near the JIT compiling NodeJS and it is just factor 3 behind Java.
Quora-Why is lua so fast ?
LuaJIT is probably the best JIT on the planet.
Benchmark-language