Skip to content

ryanavella/murmur3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: ODbL

Murmur3

Murmur3 is a non-cryptographic hash designed to be fast and collision-resistant for most "typical" data sets.

This is a (mostly) C89 compliant port of the original MurmurHash3.

License

All of this code is in the public domain.