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

Ext data too large; 2**32-1 #181

Closed
kawochen opened this issue Apr 22, 2016 · 2 comments
Closed

Ext data too large; 2**32-1 #181

kawochen opened this issue Apr 22, 2016 · 2 comments

Comments

@kawochen
Copy link

In this line , should the max length be (size_t) -1 instead?

@methane
Copy link
Member

methane commented Apr 23, 2016

See https://github.com/msgpack/msgpack/blob/master/spec.md#formats-ext

Msgpack is suitable for small~medium data fits in memory.
When treating large data, "sequence of small message" is better than "one message has large array".

@methane methane closed this as completed Apr 23, 2016
@kawochen
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants