mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 10:17:20 +00:00
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`