lua-users home
lua-l archive

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


On Tue, Aug 4, 2009 at 9:28 AM, Asko Kauppi<askok@dnainternet.net> wrote:
> We're currently using Lua for matrix calculations with matrix sizes around 50x60 to 500x600. Operations are SSE optimized, but we do not do any operation merging or GC avoidance.

So the question is, is worrying about this premature optimization? Do
we have some numbers?

steve d.