Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#129965 - cuviper:raw-indexmap, r=<try>
[DO NOT MERGE] Try `indexmap` with its own `RawTable` I want to see whether there's any noticeable performance difference in `rustc` if `indexmap` embeds its own copy of `hashbrown::raw::RawTable<usize>`, specialized for its own use. The generic parameters are removed, as well as a lot of unused code, and some of the raw API is further tweaked for dealing with always-copyable `usize` data. * Full `indexmap` comparison: indexmap-rs/indexmap@master...cuviper:raw * Changes after the initial import: indexmap-rs/indexmap@cfb8d04...cuviper:raw r? ghost
- Loading branch information