Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Memory optimization on send and receive lz4 blocks #3

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

Closed

Conversation

Enmk
Copy link
Owner

@Enmk Enmk commented Oct 28, 2021

No description provided.

Do not compress a whole serialized block, but instead only a reasonable-sized chunk.
This removes some temporary buffers and reduces memory pressure.

Also minor refactoring:
- moved all serialization-format code to WireFormat class.
- removed CodedOutputStream and CodedInputStream classes.
@Enmk Enmk force-pushed the memory_optimization_on_send_and_receive_lz4_blocks branch from 98d7bb8 to 62077bb Compare October 30, 2021 11:41
@Enmk Enmk force-pushed the openssl branch 3 times, most recently from e06893b to 9cb9ce4 Compare November 8, 2021 20:02
@Enmk Enmk closed this Nov 10, 2021
Enmk added a commit that referenced this pull request Mar 8, 2022
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