| Crates.io | ch_cityhash102 |
| lib.rs | ch_cityhash102 |
| version | 0.1.0 |
| created_at | 2024-12-11 18:03:19.973008+00 |
| updated_at | 2024-12-11 18:03:19.973008+00 |
| description | ClickHouse CityHash implementation |
| homepage | |
| repository | https://github.com/monoid/ch_cityhash102 |
| max_upload_size | |
| id | 1480418 |
| size | 33,366 |
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
https://github.com/ClickHouse/ClickHouse/issues/8354).
Two versions are implemented: cityhash64 used in ClickHouse's query
language, and cityhash128 used in the ClickHouse protocol.