]> git.lizzy.rs Git - rust.git/commit
Specialize Zip::nth for TrustedRandomAccess
authorScott McMurray <scottmcm@users.noreply.github.com>
Thu, 1 Mar 2018 09:57:25 +0000 (01:57 -0800)
committerScott McMurray <scottmcm@users.noreply.github.com>
Thu, 1 Mar 2018 09:57:25 +0000 (01:57 -0800)
commit70d5a4600b21451aa98b447cd59384d86e2eadce
tree5d1a396c78855cb8a510c3e69282f129c19cb4bf
parenta85417f5938023d1491b44d94da705f539bb8b17
Specialize Zip::nth for TrustedRandomAccess

Makes the bench asked about on URLO 58x faster :)
src/libcore/benches/iter.rs
src/libcore/iter/mod.rs
src/libcore/tests/iter.rs