Skip to content

Meow 0.6 candidate functions #82

@NoHatCoder

Description

@NoHatCoder

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions