1 Star 0 Fork 0

lycium_pkg_mirror/farmhash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NEWS 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
FarmHash v1.1, March 1, 2015
* Added a new 64-bit hash function (namespace farmhashte) that is
substantially faster for long strings. It requires SSE4.1. If
AVX instructions are available then it should be slightly faster (e.g.,
use g++ -mavx).
* Added a 32-bit hash function trivially derived from the above. Useful
on CPUs with SSE4.1 or AVX.
* Added new 64-bit hash functions derived from FarmHash v1.0
(namespaces farmhashuo and farmhashxo). My testing suggests that for
some string lengths these are speedier than the old standby (farmhashna).
* Compiling with FARMHASH_NO_BUILTIN_EXPECT defined will now eliminate
FarmHash's usage of __builtin_expect. Thanks to Cory Riddell for
suggesting this.
* Improved some comments, the README, etc.
FarmHash v1.0, March 31, 2014
* Initial release
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lycium_pkg_mirror/farmhash.git
git@gitee.com:lycium_pkg_mirror/farmhash.git
lycium_pkg_mirror
farmhash
farmhash
master

搜索帮助