mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-11 01:24:12 +00:00
Rapidhash is a better hash function than FNV-1a (also used in some stl implementations): it is faster and has a reduced number of hash collisions. Closes: #27937