summaryrefslogtreecommitdiff
path: root/CMake/FindXXHASH.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use XXH3 for cache, hash table hashingJulian Andres Klode2020-12-151-0/+25
XXH3 is faster than both our CRC32c implementation as well as DJB hash for hash table hashing, so meh, let's switch to it.