Skip to content

dlima04/murmur3-constexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My implementation of the murmur3 hashing algorithm in C++. This implementation allows for compile time hash computation thanks to constexpr, and avoids type punning.

About

C++ constexpr implementation of the murmur3 hashing algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published