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

Support large bodies (esp. JSON) #1

Open
chrisbetz opened this issue Mar 6, 2020 · 1 comment
Open

Support large bodies (esp. JSON) #1

chrisbetz opened this issue Mar 6, 2020 · 1 comment

Comments

@chrisbetz
Copy link

Support bodies larger than Integer.MAX_VALUE size.

@chrisbetz
Copy link
Author

The current implementation uses Strings at some places to move the body around. As https://stackoverflow.com/questions/1179983/how-many-characters-can-a-java-string-have outlines, there's a hard limit (besides available memory) for String length.

Thus, we need to eliminate all instantiations and work as lazy as possible.

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

1 participant