https://github.com/Cyan4973/xxHash XXH128 seems to be superior in every way to MurmurHash3_x86_32 currently used.. https://github.com/RaRe-Technologies/bounter/blob/8c83e957b072a50be37221dcec1177fbe0128faf/cbounter/cms_common.c I am also a bit surprised by the perfect F1 scores given the high collision probability of a 32 bit hash. https://preshing.com/20110504/hash-collision-probabilities/
https://github.com/Cyan4973/xxHash
XXH128 seems to be superior in every way to MurmurHash3_x86_32 currently used.. https://github.com/RaRe-Technologies/bounter/blob/8c83e957b072a50be37221dcec1177fbe0128faf/cbounter/cms_common.c
I am also a bit surprised by the perfect F1 scores given the high collision probability of a 32 bit hash.
https://preshing.com/20110504/hash-collision-probabilities/