cdbpp::murmurhash2 Class Reference
[CDB++ API]
Detailed Description
MurmurHash2.
This code makes the following assumption about how your machine behaves
- We can read a 4-byte value from any address without crashing.
It also has a few limitations:
- It will not work incrementally.
- It will not produce the same results on little-endian and big-endian machines.
- Author:
- Austin Appleby
Copyright (c) 2002-2009 by Naoaki Okazaki
Tue Jul 14 01:35:35 2009