summaryrefslogtreecommitdiff
path: root/CMake/FindXXHASH.cmake
AgeCommit message (Collapse)Author
2020-12-15Use XXH3 for cache, hash table hashingJulian Andres Klode
XXH3 is faster than both our CRC32c implementation as well as DJB hash for hash table hashing, so meh, let's switch to it.