1 unstable release

0.1.0 Dec 11, 2024

#536 in Algorithms

Download history 131/week @ 2024-12-06 33/week @ 2024-12-13 121/week @ 2024-12-27 1131/week @ 2025-01-03 1480/week @ 2025-01-10 1721/week @ 2025-01-17 2034/week @ 2025-01-24 2112/week @ 2025-01-31 2135/week @ 2025-02-07

8,312 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