Skip to content

cloudwu/lua-int64

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 3, 2013 22:44
April 11, 2012 14:50
April 11, 2012 14:50
August 24, 2012 14:05
June 20, 2012 19:38

A int64 library for lua

In 64 bit architecture , we can use lightuserdata type for 64bit number operation. It's a simple way to support int64 in lua.

This library only offer one api : create a int64 number , see test.lua .

It can create a int64 number from lua number or a string (A little-endian 8 bytes string) . you can also push a lightuserdata as a int64 number from C library.

About

A int64 lib for lua with lightuserdata in 64bit architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published