cmuratori / meow_hash

Official version of the Meow hash, an extremely fast level 1 hash
https://mollyrocket.com/meowhash
zlib License
1.73k stars 62 forks source link

v0.5 - mmap/mprotect page guarding for meow_test on Linux #54

Open cmuratori opened 5 years ago

cmuratori commented 5 years ago

Right now meow_test doesn't actually make a guard page on Linux, only on Windows.

- Casey