mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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