a9cef3b1b8
data among multiple languages like JSON but it's faster and smaller. It's a pure Lua implementation, without dependency. And it's really fast with LuaJIT. WWW: https://github.com/fperrad/lua-MessagePack PR: 198591 Submitted by: oleksii.tsai@gmail.com
5 lines
285 B
Text
5 lines
285 B
Text
MessagePack is an efficient binary serialization format. It lets you exchange
|
|
data among multiple languages like JSON but it's faster and smaller. It's a
|
|
pure Lua implementation, without dependency. And it's really fast with LuaJIT.
|
|
|
|
WWW: https://github.com/fperrad/lua-MessagePack
|