lua-users home
lua-l archive

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


On Mar 17, 2018, at 11:48 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:

>> Is it because of removal of implicit string to number conversion code ?
> 
> I don't see any such conversions in the posted code.
> 

Even without actual conversion, there is a cost to implicit conversion (lua 5.3)

My guess is lua 5.3 implicit string to number conversion (even if not needed) 
may outweigh actual matrix calculations.