t-mat / constexpr-xxh3

C++ constexpr implementation of XXH3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

constexpr-xxh3

This is a C++20 constexpr implementation of the XXH3 64-bit variant of xxHash

Three functions are implemented: XXH3_64bits_const, XXH3_64bits_withSecret_const, XXH3_64bits_withSeed_const.

Also included is a unit test to ensure they produce exactly the same results as the xxHash library.

Credits to:

About

C++ constexpr implementation of XXH3

License:Other


Languages

Language:C++ 96.2%Language:Makefile 3.8%