项目作者: uxcn

项目描述 :
farmhash (C99)
高级语言: C
项目地址: git://github.com/uxcn/farmhash-c.git
创建时间: 2016-02-12T03:48:29Z
项目社区:https://github.com/uxcn/farmhash-c

开源协议:Other

下载


farmhash-c

C99 translation of Geoff Pike’s and Jyrki Alakuijala’s FarmHash.

some notes…

This version of FarmHash is translated from the code available via
github (1.1). For quality and performance
metrics, please see Reini Urban’s smhasher
fork.

The code is meant to be platform agnostic, excluding some compiler intrinsics.
Note, byte swap and rotate right are used. I’ve confirmed the included
versions optimize correctly with x86 and Clang (3.7), however there may be
platforms or compilers they don’t optimize correctly on.