mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
99592fdfa1
Inline `Bytes::next` and `Bytes::size_hint`. This greatly increases its speed. On one small test program using `Bytes::next` to iterate over a large file, execution time dropped from ~330ms to ~220ms. r? `@the8472`