json icon indicating copy to clipboard operation
json copied to clipboard

New hashing algorithm

Open sdkrystian opened this issue 5 years ago • 3 comments

We currently use FNV-1A, but there are much faster algorithms out there that we can use (e.g. murmurhash or seahash).

sdkrystian avatar Aug 24 '20 19:08 sdkrystian

murmur has a vulnerability

vinniefalco avatar Aug 24 '20 19:08 vinniefalco

The Dimov opinion: Try xxhash32/64

sdkrystian avatar Aug 27 '20 15:08 sdkrystian

Peter has settled on murmur2

sdkrystian avatar Sep 05 '20 23:09 sdkrystian