Skip to content

monoid/ch_cityhash102

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ClickHouse/ClickHouse#8354).

Two versions are implemented: cityhash64 used in ClickHouse's query language, and cityhash128 used in the ClickHouse protocol.

About

Rust ClickHouse' CityHash version implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages