Add Support for Luajit #2363
GPeaky
started this conversation in
Engineering Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have seen that Fivem have support for lua 5.3 and 5.4, the majority of the scripts of fivem are doned with lua. And some servers lacks performance, so why don't implement Luajit that is much faster than lua5.4?
This is just an example code:
Lua54 Result:
LuaJit Result:
This test don't show the real case difference but its a showcase to see the performance difference between the two options. And i think if this is implement most of the servers and clients will notice it.
Beta Was this translation helpful? Give feedback.
All reactions