boostorg / json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
https://boost.org/libs/json
Boost Software License 1.0
424 stars 94 forks source link

New hashing algorithm #202

Open sdkrystian opened 3 years ago

sdkrystian commented 3 years ago

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

vinniefalco commented 3 years ago

murmur has a vulnerability

sdkrystian commented 3 years ago

The Dimov opinion: Try xxhash32/64

sdkrystian commented 3 years ago

Peter has settled on murmur2