rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
52.69k stars 10.02k forks source link

Replace hashbrown with ahash #2075

Closed senekor closed 1 month ago

senekor commented 1 month ago

hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.

mo8it commented 1 month ago

Thanks :D