mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 07:12:34 +00:00
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.