[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luajit-msgpack-pure
- From: Pierre Chapuis <catwell@...>
- Date: Wed, 21 Dec 2011 23:46:22 +0100
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