We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use CompositeByteBuf to prevent memory copy.
No
No response
The text was updated successfully, but these errors were encountered:
[ISSUE #7757] Use CompositeByteBuf to prevent memory copy. (#7694)
CompositeByteBuf
7a36d4d
* Use CompositeByteBuf to prevent mem_copy. * Fix code * Add tests * Remove useless UTs * Remove unused imports. --------- Co-authored-by: RongtongJin <[email protected]>
Revert "[ISSUE #7757] Use CompositeByteBuf to prevent memory copy. (#…
060d897
…7694)" This reverts commit 7a36d4d.
db163b4
…7694)" (#8209) This reverts commit 7a36d4d.
No branches or pull requests
Before Creating the Enhancement Request
Summary
Use CompositeByteBuf to prevent memory copy.
Motivation
Use CompositeByteBuf to prevent memory copy.
Describe the Solution You'd Like
Use CompositeByteBuf to prevent memory copy.
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered: