This implementation is based on the slower, endian-neutral version of the algorithm as documented on the site, ported from Austin Appleby's original C++ version MurmurHashNeutral2.cpp.
Other implementations are documented on Wikipedia's MurmurHash page.
@see MurmurHash website @see MurmurHash entry on Wikipedia @see MurmurHash2Compat @author Manik Surtani @version 4.1
|
|
|
|
|
|
|
|