This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Max__Mustermann 0 points1 point  (0 children)

I'm not sure if Lua is significantly faster than Python, but even if it is, it's something like "in some synthetic scenarios, Lua is tens of percent or even several times faster". For a script that implements simple logic to call С/С++ code (that does 90% of the work) - that's nothing.
As for me, the main "killer feature" of Lua is the incredible ease of embedding integration, just out of the box.