mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
2c22ae4378
We previously allocated 3x for every HashMap creation and resize. This patch reduces it to 1x.