Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brobusta/cityhash
C99 translation of Geoff Pike's and Jyrki Alakuijala's CityHash with Golang interface.
https://github.com/brobusta/cityhash
c99 cgo cityhash golang
Last synced: 14 days ago
JSON representation
C99 translation of Geoff Pike's and Jyrki Alakuijala's CityHash with Golang interface.
- Host: GitHub
- URL: https://github.com/brobusta/cityhash
- Owner: brobusta
- Created: 2019-04-08T10:11:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T03:31:19.000Z (over 5 years ago)
- Last Synced: 2024-10-13T17:22:46.511Z (about 1 month ago)
- Topics: c99, cgo, cityhash, golang
- Language: C
- Size: 101 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cityhash-cgo #
C99 translation of Geoff Pike's and Jyrki Alakuijala's CityHash with Golang interface.
Version 1.0.2 which is used in [Clickhouse](https://clickhouse.yandex/docs/en/query_language/functions/hash_functions/#cityhash64) is supported [here](https://github.com/5cmpersec/cityhash/tree/v1.0.2)