rurban / smhasher

Hash function quality and speed tests
https://rurban.github.io/smhasher/
Other
1.85k stars 178 forks source link

floppsyhash request #93

Closed o0101 closed 4 years ago

o0101 commented 4 years ago

Hi @rurban

I discovered your SMHasher fork today.

Thank you for taking care of SMHasher.

Thanks for finding and adding tifuhash yourself

Noticed tifu was here and was failing some new tests.

I made an updated hash, that passes all the tests.

I call this new hash floppsyhash. It is based on tifu but different and new

I'm sorry but would it be impossible for you to add this new hash newly under this name?

The link is here: https://github.com/crislin2046/floppsy

I know it's not your job to help some lazy guy with his super annoying request....

rurban commented 4 years ago

Not annoying at all. I'm glad to help. Will add the new one soon

o0101 commented 4 years ago

You're awesome!

rurban commented 4 years ago

6x faster than tifuhash, (also tested on my fast machine). nice. See my PR for a needed MSVC fix.

o0101 commented 4 years ago

Thank you!