lua-users home
lua-l archive

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


On Sun, Nov 11, 2012 at 12:28 PM, François Perrad
<[email protected]> wrote:
> I am pleased to announce the first release of lua-MessagePack.
> MessagePack (http://msgpack.org/) is an efficient binary serialization format.

Congratulations on the release!

> lua-MessagePack is not the first implementation of MessagePack.
> It's a pure Lua implementation, without dependency.
> And it's really fast with LuaJIT.

Any benchmarks?

Also, it would be nice to have data conversion semantics documented explicitly.

Alexander.