My implementation of the murmur3 hashing algorithm in C++.
This implementation allows for compile time hash computation thanks to constexpr
, and avoids type punning.
-
Notifications
You must be signed in to change notification settings - Fork 1
C++ constexpr implementation of the murmur3 hashing algorithm.
License
dlima04/murmur3-constexpr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ constexpr implementation of the murmur3 hashing algorithm.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published