I would like to try to write some simple plugins. In python preferably.
I heared lua is much slower then c#, is that true?
How do javascript and python compare in speed?
Solved Plugin speeds compared: lua, c#, javascript and python?
Discussion in 'Rust Development' started by BasKoning, Mar 24, 2015.
-
If im not mistaken at the moment c# is fastest, javascript slowest. Lua and python are pretty equal and not much slower than c#.
-
-
so C# can be up to 40 times faster then lua
?
-
-
Wulf Community Admin
We use LuaJIT which is actually blazing fast when using pure Lua calls. I'd say C#, Lua, JavaScript (when V8 is used), then Python.