🟣 Ox
In search of niche hashing algorithms..
🤔 David
Have any specific use case in mind? XX hash is great for high performance: github.com/Cyan497...
🟣 Ox
im hashing JSON documents and currently using SHA512, looking for something faster or more interesting.
🤔 David
In that case I would definitely recommend xxhash
🧉 Martin
I hadn't heard of xxHash. Very cool. It's sort of insane (but quite reasonable when you consider it) that it's actually faster than memcpy.