https://github.com/monoid/ch_cityhash102
Rust ClickHouse' CityHash version implementation
https://github.com/monoid/ch_cityhash102
Last synced: 10 months ago
JSON representation
Rust ClickHouse' CityHash version implementation
- Host: GitHub
- URL: https://github.com/monoid/ch_cityhash102
- Owner: monoid
- License: other
- Created: 2021-11-04T05:54:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:48:09.000Z (over 1 year ago)
- Last Synced: 2025-08-03T03:38:31.350Z (11 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clickhouse CityHash
`ch_cityhash102` is a native no_std Rust implementation of ClickHouse's
CityHash version. ClickHouse uses specific old version of the
CityHash algorithm (1.0.2, as per
).
Two versions are implemented: `cityhash64` used in ClickHouse's query
language, and `cityhash128` used in the ClickHouse protocol.