dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.78k stars 306 forks source link

Optimize punctuated::fold #1667

Closed dtolnay closed 2 months ago

dtolnay commented 2 months ago

Vec's into_iter/map/collect has an optimization to run in-place if the original and mapped type are the same size and alignment, which is always the case for fold.