|
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