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

Improve performance of writing to BytesMut's Writer through std::io::Write #11341

Open
pablosichert opened this issue Feb 11, 2022 · 0 comments
Labels
domain: performance Anything related to Vector's performance type: task Generic non-code related tasks

Comments

@pablosichert
Copy link
Contributor

In #11232 (comment) we noticed a performance regression that can be explained by poor performance of writing to BytesMut's Writer through std::io::Write.

The corresponding upstream issue: tokio-rs/bytes#531.

Ideally, we get back to Vec<u8>-like performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: performance Anything related to Vector's performance type: task Generic non-code related tasks
Projects
None yet
Development

No branches or pull requests

1 participant