Skip to content

Simple string hash without magic for C++; Wraps xxHash.

License

Notifications You must be signed in to change notification settings

Mezozoysky/SHXX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHXX

Simple string hash without magic for C++; Wraps xxHash.

32bit only for a while.

Build

cd SHXX
mkdir build
cd build
cmake ../SHXX/ [options]
cmake --build .
# optionaly
cmake --build . --target install

Where possible options are:

  • -DCMAKE_INSTALL_PREFIX=<path/to/install/to>
  • -DSHXX_USE_BUNDLED_XXHASH=<ON|OFF> -- Set to ON to use xxHash from git submodule via add_subdirectory, set to OFF to use external xxHash; Default is ON.

.

About

Simple string hash without magic for C++; Wraps xxHash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published