Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayStructType #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ArrayStructType #61

wants to merge 1 commit into from

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