Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 442 Bytes

Murmur2

A basic "refactor" of Murmur2 hashing methods so they are ANSI C compatible and yield the same results. Long story short, needed it for something :)

A basic Scons build file is included (sconstruct) to build "libmurmur2.so"

Credits

All credit should go to Austin Appleby, the main project is hosted over at googlecode and much appreciation for making the code public domain.