Skip to content

logrhythm/MurMurHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MurMurHash

An implementation of the MurMurHash3 function in C++

MurmurHash3 was originally written by Austin Appleby and has been released into the public domain.

The LogRhythm C++ version was adapted from C code found at https://github.com/PeterScott/murmur3 .

API

[[MurMurhash.h]] (https://github.com/LogRhythm/MurMurHash/blob/master/src/MurMurHash.h)

BUILD

cd 3rdparty
unzip gtest-1.7.0.zip
cd ..
mkdir build
cd build
cmake ..
make
sudo make install

Alternative on Debian systems after cmake ..

make package
sudo dpkg -i MurMurHash<package_version>Linux.deb

About

An implementation of the MurMurHash function in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published