MsgPack.jl
MsgPack.jl copied to clipboard
ArrayStructType
This adds packing type ArrayStructType, which is similar to StructType but packs using arrays rather than string maps. This gives more efficient storage, as well as providing interoperability with other systems that store their msgpack data in this way.
Let me know if you are interested in this. If so, I'll clean it up and add documentation and tests.
For instance, this perhaps gives a resolution to https://github.com/JuliaIO/MsgPack.jl/issues/52