https://github.com/metopa/murmurhash2functor
An std::hash-like wrapper over Murmur Hash 2 function
https://github.com/metopa/murmurhash2functor
c-plus-plus cpp hash hash-algorithm hash-functions
Last synced: 5 months ago
JSON representation
An std::hash-like wrapper over Murmur Hash 2 function
- Host: GitHub
- URL: https://github.com/metopa/murmurhash2functor
- Owner: metopa
- License: unlicense
- Created: 2017-03-17T13:09:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T00:36:25.000Z (over 8 years ago)
- Last Synced: 2025-01-28T15:49:20.694Z (10 months ago)
- Topics: c-plus-plus, cpp, hash, hash-algorithm, hash-functions
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
An std::hash-like wrapper over Murmur Hash 2 function.