lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Em qua., 11 de nov. de 2020 às 19:20, Spar <developspartv@gmail.com> escreveu:
Hi Ranier.
The Fibonacci test was chosen because it was the first that came to my mind, I took it from PIL. But yeah it seems not fair to compare Lua 5.4 with LuaJIT in the conclusion.
I also had to use `repeat until` because Lua didn't have for loops until version 4.0.  
What benchmark example do you suggest instead?
Here has some:
https://github.com/gligneul/Lua-Benchmarks

https://github.com/gligneul/Lua-Benchmarks/blob/master/k-nucleotide.lua
seems challenging for Lua 5.4 ...

regards,
Ranier Vilela