Source: https://github.com/aappleby/smhasher for example https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp These are fast and mostly good quality hashing function. Not good enough to be used in safe applications, but faster. - [ ] Integration of murmur - [ ] Update test cases to include them
Source: https://github.com/aappleby/smhasher
for example https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
These are fast and mostly good quality hashing function. Not good enough to be used in safe applications, but faster.