meow_hash icon indicating copy to clipboard operation
meow_hash copied to clipboard

Official version of the Meow hash, an extremely fast level 1 hash

Results 25 meow_hash issues
Sort by recently updated
recently updated
newest added

I'd be interested in - pros and cons of meow, compared to xxHash - throughput of meow vs. xxHash See https://github.com/Cyan4973/xxHash

Wanted to share what I have been working on, still needs some work, but I have 4 hash functions that I'm so far reasonably pleased with. Check them out: https://github.com/NoHatCoder/Meow-Hash-0.6-Candidate...

Hello, Your web page for Meow hash says to report collisions on GitHub. I have two PNG files that `meow_search` reports as colliding: ``` meow_search 0.5/calico results: Root: . Completed...

I have searched for a new pattern for input digestion, the the goal for the input pattern is that there should be no simple way for a pattern of differences...

Input pointer parameters in the function signatures are not const, e.g.: `static meow_u128 MeowHash(void *Seed128Init, meow_umm Len, void *SourceInit)` This gives the impression to readers on a glance that the...

FYI- Should probably replace its usage in MeowHash https://docs.microsoft.com/en-us/cpp/intrinsics/readwritebarrier?view=vs-2019

When trying to get the result of a computed hash using MeowU64From, only the first 64 bytes are returned, regardless of the value of the second function argument. Here's a...

The links for RAD game tools and Martins Mozeiko sites contain typos. RAD game tools site doesn't work with https, only http. Should be http://radgametools.com Martins is spelled wrong, should...