ekpyron / xxhashct

Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.
42 stars 4 forks source link

Compile-time xxhash implementation

An implementation of the 64-bit xxhash algorithm (see https://github.com/Cyan4973/xxHash) as C++11 constexpr expression.