You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
[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
0 commit comments