lua-users home
lua-l archive

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


>> I think conversion from the floating point to a string would 
>> be the simplest solution. Perhaps Lua should do this internally?
>
>A memory allocation every time you use a number as an index? No thanks.

Also, converting floating point to string is expensive.
--lhf