|
Em qua., 11 de nov. de 2020 às 14:27, Spar <developspartv@gmail.com> escreveu:2. Lua InfographicsA collection of charts and infographics about Lua such as:- Lua libraries names, dependencies and pureness.- Lua activity and popularity.- Lua speed benchmarks (From 1.0 to 5.4.1).I don't think fibonacci is a good test for benchmarks, with dynamic languages like Lua.
LuaJIT, like C, has the ability at compile time, to process and save the block result:
repeat
fact (16)
i = i + 1
until i> = 100000
So, like C, it only takes 0.01s to get the result.Ranier Vilela