lua-users home
lua-l archive

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


We use int64 in our project, but lua don't support it directly.
I think in 64bit architecture , use lightuserdata as the 64bit integer
number is a simple way . So I wrote this library :

https://github.com/cloudwu/lua-int64

I hope it would be helpful .

-- 
http://blog.codingnow.com