Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up关于HashMap文章中的一个小建议 #25
Open
Comments
好巧,我也注意到这个点了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
丙哥,读了你的HashMap.md感觉收获满满,不过有两个地方我想提一下:
源码中对key的hash方法:
其中将原32位hashcode与其右移16位后的结果做了异或,为了让高16位也参与到“让hashcode分布更均匀”中,这样更能让hashcode分布均匀吧。🤓
(第一次提issue,如有不妥,望丙哥告知