mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
029d00c4a3
Specialize `Bytes<R>::next` when `R` is a `BufReader`. This reduces the runtime for a simple program using `Bytes::next` to iterate through a file from 220ms to 70ms on my Linux box. r? `@the8472`