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 - Check meow_u16/32 to see if they can be removed #56

Closed cmuratori closed 5 years ago

cmuratori commented 5 years ago

They may no longer be necessary defines.

- Casey

cmuratori commented 5 years ago

I'm leaving the meow_u32 in because it is used throughout the code, but I have moved it to the test.h. The meow_u16 was never used so it was removed.

- Casey