Hacker News new | ask | show | jobs
Trouble with Google's ImmutableSet (dev.theladders.com)
3 points by jconnolly 4841 days ago
1 comments

Are you using the older Google Collections and not Guava? I'd be curious to see your results with the latest Guava release 14.0.1 which includes a change to use MurmurHash3's mixK1 for hash bit smearing:

https://code.google.com/p/guava-libraries/source/detail?r=69...