]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38022 - arthurprs:micro-opt-hm, r=bluss
authorbors <bors@rust-lang.org>
Sun, 27 Nov 2016 23:06:58 +0000 (17:06 -0600)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2016 23:06:58 +0000 (17:06 -0600)
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).


Trivial merge