Algorithm-HyperLogLog
view release on metacpan or search on metacpan
xs/murmur3.h view on Meta::CPAN
#ifndef MURMUR3_H
#define MURMUR3_H
//-----------------------------------------------------------------------------
// MurmurHash3 was written by Austin Appleby, and is placed in the public
// domain. The author hereby disclaims copyright to this source code.
// Note - The x86 and x64 versions do _not_ produce the same results, as the
// algorithms are optimized for their respective platforms. You can still
// compile and run any of them on any platform, but your performance with the
// non-native version will be less than optimal.
//-----------------------------------------------------------------------------
// Platform-specific functions and macros
// Microsoft Visual Studio
#if defined(_MSC_VER)
( run in 1.112 second using v1.01-cache-2.11-cpan-cc502c75498 )