lua-users home
lua-l archive

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


> You might be interested in an int32 patch I did for Lua 5.1 lately.  It 
> is totally transparent to applications, but stores integers as such 
> internally.  Thus, it sort-of brings the best of both worlds, you can 
> have floats, but you don't need to compromise on integer range, or 
> performance, if you do.

Sounds interesting.  Where is the patch available??