Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

luajit-msgpack

NOTE: This is unmaintained. luajit-msgpack-pure is better in every respect, use it.

Presentation

LuaJIT FFI-based module for MessagePack. Tested on Linux and Mac OS X.

luajit-msgpack requires a small C library because of the interface of MessagePack. In practice there is little reason not to use luajit-msgpack-pure, which does not have that requirement and similar performance, instead.

Alternatives

Usage

See tests/test.lua.