clickhouse-rs icon indicating copy to clipboard operation
clickhouse-rs copied to clipboard

Use Rust `cityhash-rs` crate

Open Protryon opened this issue 4 years ago • 2 comments

This PR replaces the FFI call to the C implementation of cityhash with a pure Rust implementation in the cityhash-rs crate.

Protryon avatar May 31 '21 16:05 Protryon

cityhash-rs crate is licensed under GPL-3.0-or-later, which conflicts with MIT license.

ngugcx avatar Apr 12 '22 02:04 ngugcx

@ngugcx cityhash 1.0.1 is now licensed under APACHE/MIT

Protryon avatar Jul 29 '22 16:07 Protryon