mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
03bdaade2a
Use displacement instead of initial bucket in HashMap code Use displacement instead of initial bucket in HashMap code. It makes the code a bit cleaner and also saves a few instructions (handy since it'll be using some to do some sort of adaptive behavior soon).