|
>> 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