Skip to content

ArrayStructType#61

Open
dstahlke wants to merge 1 commit intoJuliaIO:masterfrom
dstahlke:arraystruct
Open

ArrayStructType#61
dstahlke wants to merge 1 commit intoJuliaIO:masterfrom
dstahlke:arraystruct

Conversation

@dstahlke
Copy link
Contributor

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
Copy link
Contributor Author

For instance, this perhaps gives a resolution to #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments