I\'m making an application that analyses one or more series of data using several different algorithms (agents). I came to the idea that each of these agents could be implem
Lua is quite fast as it is. If you need more speed, try LuaJIT, which is excellent.