Top "Murmurhash" questions

MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup.

MurmurHash - what is it?

I've been trying to get a high level understanding of what MurmurHash does. I've read a basic description but have …

hash redis murmurhash
Fast hash function with collision possibility near SHA-1

I'm using SHA-1 to detect duplicates in a program handling files. It is not required to be cryptographic strong and …

performance hash sha murmurhash