mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
fde0e98247
Rewrite Iterator::position default impl Storing the accumulating value outside the fold in an attempt to improve code generation has shown speedups on various handwritten benchmarks, see discussion at #119551.