1 unstable release

0.1.0 Dec 11, 2024

#554 in Algorithms

Download history 145/week @ 2024-12-07 19/week @ 2024-12-14 252/week @ 2024-12-28 1225/week @ 2025-01-04 1639/week @ 2025-01-11 1666/week @ 2025-01-18 2123/week @ 2025-01-25 2183/week @ 2025-02-01 1902/week @ 2025-02-08 2315/week @ 2025-02-15 2535/week @ 2025-02-22 3139/week @ 2025-03-01

10,388 downloads per month

MIT license

25KB
589 lines

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 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.


lib.rs:

Features

This crate has only single feature used exclusively for testing/benchmarking.

Dependencies

~21KB