rust/compiler/rustc_metadata
Manish Goregaokar 5f8b1614d1
Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkov
Make an initial guess for metadata size to reduce buffer resizes

When reading metadata, the compiler starts with a `Vec::new()`, which will need to grow repeatedly as the metadata gets decompressed into it. Reduce the number of resizes by starting out at the size of the compressed data.
2021-10-05 12:52:49 -07:00
..
src Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkov 2021-10-05 12:52:49 -07:00
Cargo.toml Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank 2021-09-21 19:25:49 +00:00