NOTE: This is unmaintained. luajit-msgpack-pure is better in every respect, use it.
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.
- luajit-msgpack-pure (pure LuaJIT)
- lua-msgpack (pure Lua)
- lua-msgpack-native (Lua-specific C implementation)
- MPLua (binding)
See tests/test.lua.