indexmap-rs / indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index
https://docs.rs/indexmap/
Other
1.71k stars 150 forks source link

Use `hashbrown::HashTable` instead of `RawTable` #280

Closed cuviper closed 9 months ago

cuviper commented 1 year ago

While this is functional, and gets rid of most unsafe (except our Slice casts), it also regresses some performance.