ljmsgpack

ljmsgpack
Login

ljmsgpack is a MessagePack implementation for LuaJIT.

It aims for:

To give more background, MessagePack is a core component of my methodology, e.g. for networking or to build immutable1 file formats, thus I consider relevant to invest my time working on an implementation that I can deeply understand, test and optimize.


  1. ^ Files that are not modified in-place, unlike a SQLite database.