lua-users home
lua-l archive

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


About a month ago I announced luajit-msgpack, a LuaJIT binding
for the MessagePack serialization library [1].

luajit-msgpack-pure [2] is a drop-in replacement which does not
depend on the C library (but does use the FFI internally).

So far I have focused on compatibility, not speed, so do not
expect miracles (I have not done any benchmark or optimization
yet).

[1] https://github.com/catwell/luajit-msgpack
[2] https://github.com/catwell/luajit-msgpack-pure

--
Pierre Chapuis