Improve performance of writing to BytesMut
's Writer
through std::io::Write
#11341
Labels
domain: performance
Anything related to Vector's performance
type: task
Generic non-code related tasks
In #11232 (comment) we noticed a performance regression that can be explained by poor performance of writing to
BytesMut
'sWriter
throughstd::io::Write
.The corresponding upstream issue: tokio-rs/bytes#531.
Ideally, we get back to
Vec<u8>
-like performance.The text was updated successfully, but these errors were encountered: