rust/library/core
The 8472 e6c300892d small iter.intersperse.fold() optimization
No need to call into fold when the first item is already None,
this avoids some redundant work for empty iterators.

"But it uses Fuse" one might want to protest, but Fuse is specialized
and may call into the inner iterator anyway.
2025-06-15 22:40:44 +02:00
..
src small iter.intersperse.fold() optimization 2025-06-15 22:40:44 +02:00
Cargo.toml Add new Tier-3 targets: loongarch32-unknown-none* 2025-06-06 08:19:38 +08:00