Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradenhilton/cityhash
Google CityHash version 1 in Go
https://github.com/bradenhilton/cityhash
cityhash go golang google hash
Last synced: 27 days ago
JSON representation
Google CityHash version 1 in Go
- Host: GitHub
- URL: https://github.com/bradenhilton/cityhash
- Owner: bradenhilton
- License: mit
- Created: 2021-06-21T08:42:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T10:27:36.000Z (over 3 years ago)
- Last Synced: 2024-10-14T21:07:33.907Z (2 months ago)
- Topics: cityhash, go, golang, google, hash
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CityHash
#### Version 1, for Go
This is essentially a fork of https://github.com/zentures/cityhash (previously https://github.com/zhenjl/cityhash), with changes to match the behaviour of version 1 of CityHash.
For reference, version 1 of CityHash is available [here](https://github.com/google/cityhash/tree/6efae233528bbec2f057d2d1aa78f10d13fa73ea/src).
Pull Requests for fixes and optimisations (if applicable) are welcome.
The tests are based on my own manual tests of the C++ version.
#### LICENCES
This package is MIT licensed.
The license for https://github.com/zentures/cityhash is available at [LICENSES/zentures](LICENSES/zentures)
The license for CityHash is available at [LICENSES/CityHash](LICENSES/CityHash)