Great! I just recently started using MessagePack in Java (and soon,
Objective-C ... hopefully not a big headache), and it looks like a really
nice format... lightweight and efficient in time and space. It fits well
with Lua :)
On 11 November 2012 08:28, François Perrad wrote:
> I am pleased to
On Sun, Nov 11, 2012 at 6:28 AM, François Perrad
wrote:
> I am pleased to announce the first release of lua-MessagePack.
> MessagePack (http://msgpack.org/) is an efficient binary serialization format.
>
> http://raw.github.com/fperrad/lua-MessagePack/master/rockspec/lua-messagepack-0.1.0-1.rocksp
I am pleased to announce the first release of lua-MessagePack.
MessagePack (http://msgpack.org/) is an efficient binary serialization format.
lua-MessagePack is not the first implementation of MessagePack.
It's a pure Lua implementation, without dependency.
And it's really fast with LuaJIT.
The h