lua-msgpack icon indicating copy to clipboard operation
lua-msgpack copied to clipboard

msgpack implementation by pure Lua (5.1) works without LuajJIT and FFI.

Results 2 lua-msgpack issues
Sort by recently updated
recently updated
newest added

Whenever you use the value nil in a table, this value is not encoded correctly: input = {1, nil} b = msgpack.pack(input) >0x91 0x01 Expected: >0x92 0x01 0xC0 Any ideas...

for a better time resolution in benchmark, use `require'socket'.gettime()` instead of `require'os'.clock()` see http://github.com/catwell/luajit-msgpack-pure/issues/8