Open GoogleCodeExporter opened 8 years ago
Here's the Wikipedia link:
http://en.wikipedia.org/wiki/MurmurHash
Original comment by Matthew....@gmail.com
on 17 Aug 2013 at 7:08
The one here is the canonical one. Wikipedia is always a copy of something
else, and often out of date and/or incorrect.
Original comment by frank...@gmail.com
on 3 Dec 2013 at 6:37
Since k1 starts of as 0, there is no difference in the result between XOR and
OR.
To go even further, instead of OR-ing you can reverse the cases (1-2-3 instead
of 3-2-1), and make each of them shift 8 to the right. All this switch does is
make sure that the left-aligned bytes are shifted to the right and zero padded.
Original comment by ruud.alt...@gmail.com
on 3 Feb 2015 at 2:07
Original issue reported on code.google.com by
Matthew....@gmail.com
on 17 Aug 2013 at 7:07