Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmcloughlin/meow
Meow hash for Golang
https://github.com/mmcloughlin/meow
Last synced: 12 days ago
JSON representation
Meow hash for Golang
- Host: GitHub
- URL: https://github.com/mmcloughlin/meow
- Owner: mmcloughlin
- License: zlib
- Created: 2018-10-20T21:03:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T18:58:00.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T20:47:17.990Z (25 days ago)
- Language: Go
- Size: 1.24 MB
- Stars: 124
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- go-awesome - meow - meow hash (Open source library / Algorithm)
README
# meow
Golang implementation of the [Meow hash](https://mollyrocket.com/meowhash), an
extremely fast non-cryptographic hash.[![go.dev Reference](https://img.shields.io/badge/doc-reference-007d9b?logo=go&style=flat-square)](https://pkg.go.dev/github.com/mmcloughlin/meow)
## Warning
The [official
implemention](https://github.com/cmuratori/meow_hash) is _in flux_, therefore this one is too. The [Travis CI build](https://travis-ci.org/mmcloughlin/meow) ([config](.travis.yml)) tests against master branch of the reference implementation, therefore build status should be a good indicator of compatibility. This package is unlikely to be updated until the reference implementation [stabilizes](https://github.com/cmuratori/meow_hash/issues/29).## License
[Zlib license](https://spdx.org/licenses/Zlib.html) following the [official
implemention](https://github.com/cmuratori/meow_hash/blob/master/LICENSE).