(Go: >> BACK << -|- >> HOME <<)

MurmurHash: Difference between revisions

Content deleted Content added
→‎Usage and availability.: Added link to a few Delphi implementations
→‎MurmurHash64A/B: Fixes MurmurHash64A so that it matches the author's latest release
Line 93:
const int r = 47;
uint64_t h = seed ^ (len * m);
const uint64_t * data = (const uint64_t *)key;