MsgPack.jl icon indicating copy to clipboard operation
MsgPack.jl copied to clipboard

ArrayStructType

Open dstahlke opened this issue 1 year ago • 1 comments

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.

dstahlke avatar Dec 16 '23 03:12 dstahlke

For instance, this perhaps gives a resolution to https://github.com/JuliaIO/MsgPack.jl/issues/52

dstahlke avatar Dec 16 '23 03:12 dstahlke