rust/compiler/rustc_data_structures
Matthias Krüger 4ffbc32f17
Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease
Convert `ShardedHashMap` to use `hashbrown::HashTable`

The `hash_raw_entry` feature (#56167) has finished fcp-close, so the compiler
should stop using it to allow its removal. Several `Sharded` maps were
using raw entries to avoid re-hashing between shard and map lookup, and
we can do that with `hashbrown::HashTable` instead.
2025-03-12 17:59:07 +01:00
..
src Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease 2025-03-12 17:59:07 +01:00
Cargo.toml Convert ShardedHashMap to use hashbrown::HashTable 2025-03-10 17:08:30 -07:00