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

Fix meow_bench crash on Mac #40

Closed aras-p closed 6 years ago

aras-p commented 6 years ago

posix_memalign needs alignment to be multiple of pointer size, ref #34

cmuratori commented 6 years ago

Thanks Aras!

- Casey