https://github.com/ferhatelmas/murmurtest
A test to compare murmur3 implementations
https://github.com/ferhatelmas/murmurtest
Last synced: 2 months ago
JSON representation
A test to compare murmur3 implementations
- Host: GitHub
- URL: https://github.com/ferhatelmas/murmurtest
- Owner: ferhatelmas
- Created: 2020-03-04T10:03:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T10:28:20.000Z (about 5 years ago)
- Last Synced: 2023-03-23T01:42:03.469Z (about 2 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## murmurtest
> A small test to check divergence between two pure go murmur3 hash implementations by using `testing/quick`:
- github.com/spaolacci/murmur3
- github.com/twmb/murmur3