Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: switch to xxhash as a (fast) hashing function.
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 23 Sep 2019 08:49:42 +0000 (10:49 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 23 Sep 2019 08:49:47 +0000 (10:49 +0200)
commit721f772404050467d44326bf520ff0a315bd079e
tree323b2ca7221d52674a450972181edce13c745c63
parent724b608b9632663d62a553519ef1a32277ccf3ff
MC: switch to xxhash as a (fast) hashing function.

Mandates C++14 but should be faster according to
https://aras-p.info/blog/2016/08/02/Hash-Functions-all-the-way-down/
CMakeLists.txt
ChangeLog
src/mc/sosp/PageStore.cpp
tools/cmake/MakeLib.cmake