[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feedback on (awesome) performance of lua 5.4 (work1)
- From: albertmcchan <albertmcchan@...>
- Date: Sat, 17 Mar 2018 12:37:00 -0400
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.