xxHash
1.1、xxHash简介
是什么 ?:an Extremely fast Hash algorithm, running at RAM speed limits.
开发语言:C
官方主页:https://cyan4973.github.io/xxHash
源码仓库:https://github.com/Cyan4973/xxHash
1.2、通过包管理器安装xxHash
操作系统包管理器仓库安装命令
Allvcpkgofficial
vcpkg install xxhash
vcpkg install xxhash:x64-osx
vcpkg install xxhash:x64-linux
vcpkg install xxhash:x64-windows
WindowsChocolateyofficialchoco install -y xxhash
macOSHomeBrewofficialbrew install xxhash
GNU/LinuxHomeBrewofficialbrew install xxhash
aptofficialsudo apt-get install -y xxhash
CentOSyumRPMFusionsudo yum install -y xxhash xxhash-devel
dnfRPMFusionsudo dnf install -y xxhash xxhash-devel
openSUSEzypperPackMansudo zypper install -y xxhash
Alpine Linuxapkofficialsudo apk add xxHash xxhash-dev xxhash-libs

Arch Linux

ArcoLinux

Manjaro Linux

pacmanofficialsudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm xxhash
Gentoo LinuxPortageofficialsudo emerge xxhash
1.3、通过编译源码安装xxHash
1.4、xxHash中包含的命令
1.5、xxHash中包含的头文件
1.6、xxHash中包含的库文件
  • libxxhash.{a | so | dylib}