Hello!
On Sun, Oct 19, 2014 at 6:18 PM, RJoshi wrote:
> Recently I came across a terra programming language which can compile lua
> code without modification. I did some performance test for Fibonacci
> series in which LuaJIT is ~45% slower than terra when ran for fibonacci
> number 50.
>
> Fibonacci numbers: LuaJIT vs Terra
>
Terra looks useful for CPU-intensive work where we don't want to write
external C/C++ code (or cannot due to requirements from dynamic code
generation).
But I'd like to see more complicated real-world test cases :)
Regards,
-agentzh