mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
eaeef3db0e
This is a rebase and extension of #31356 where we cache the keys in thread local storage. This should give us a nice speed bost in creating hash maps along with mostly retaining the property that all maps have a nondeterministic iteration order. Closes #27243