tuluse
Arcane
- Joined
- Jul 20, 2008
- Messages
- 11,400
Hmm, I was actually surprised to hear there is a significant performance difference between python and lua. So I googled a bit, found this, http://flux242.blogspot.com/2013/05/python-vs-perl-vs-lua-speed-comparison.html
Turn out Lua is pretty good at floating point math. However, you're still looking at a 5x increase in speed going to C. (Also, you can wrap python around C functions).
Turn out Lua is pretty good at floating point math. However, you're still looking at a 5x increase in speed going to C. (Also, you can wrap python around C functions).