Skip to content

uxcn/cityhash-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cityhash-c

C99 translation of Geoff Pike's and Jyrki Alakuijala's CityHash.

This hash is superseded by FarmHash (see farmhash-c)

some notes...

This version of CityHash is translated from the original code released via google code (1.1.1), and may differ from smhasher. For rough performance metrics, please see Reini Urban's smhasher fork.

The code is intended to be platform agnostic, excluding some compiler intrinsics. However, please note byte swap and rotate right are used in the hashes and platform optimized versions are not included, which may compromise performance. Additionally, byte swap is necessary for big-endian architectures.

Releases

No releases published

Packages

No packages published

Languages