meow_hash_cpp
meow_hash_cpp copied to clipboard
A cleaner rewrite of the meow hash by Casey Muratori, utilizing modern C++ features
Results
2
meow_hash_cpp issues
Sort by
recently updated
recently updated
newest added
This rewrite is not as functional as original code. It does not compile with gcc and clang. First error - intrin.h is not available on non-Windows platforms. After changing intrin.h...