mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
116bb4dfb2
Previously the bulk rebuild specialization was only available with Vec, and for general iterators Extend only provided pre-allocation through reserve(). By using a drop guard, we can safely bulk rebuild even if the iterator may panic. This allows benefiting from the bulk rebuild optimization without collecting iterator elements into a Vec beforehand, which would nullify any performance gains from bulk rebuild. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |