mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
100713ef08
In smir use `FxIndexMap` to store indexed ids Previously we used `vec` for storing indexed types, which is fine for small cases but will lead to huge performance issues when we use `smir` for real world cases. Addresses https://github.com/rust-lang/project-stable-mir/issues/35 r? ``@oli-obk`` |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |