-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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
Not in the code, but I also finally figured how we might utilize AVX512 without overflowing the registers too much on older CPUs. We would run 4 parallel tracks that don't intermingle before finalization. In 128 bit code, for each block of several KiB do one lane at a time, that way we don't have to swap what lane resides in registers all the time. Finalization gets more complicated, so we probably want to fall back to the plain 128 bit version for short input.
Poke @cmuratori @petersn
Metadata
Metadata
Assignees
Labels
No labels