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

reduce allocations for server group loaders #404

Merged
merged 3 commits into from
Jul 18, 2019

Conversation

brharrington
Copy link
Contributor

Switches from using the high level object mapper to using
the streaming API directly. This avoids a lot of the
intermediate objects. Also changes the decompression to
occur while parsing to avoid a large allocation of a byte
array to hold the full uncompressed JSON payload.

Switches from using the high level object mapper to using
the streaming API directly. This avoids a lot of the
intermediate objects. Also changes the decompression to
occur while parsing to avoid a large allocation of a byte
array to hold the full uncompressed JSON payload.
@brharrington brharrington added this to the 2.0.6 milestone Jul 18, 2019
@brharrington brharrington merged commit 646057c into Netflix:master Jul 18, 2019
@brharrington brharrington deleted the sg-alloc branch July 18, 2019 21:41
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