ποΈ murmur_hash3_32
Returns the 32-bit murmur3 hash value of the input string.
ποΈ xx_hash3_128
Returns the 128-bit xxhash3 hash value of the input string.
ποΈ xx_hash3_64
Returns the 64-bit xxhash3 hash value of the input string. xxhash364 has better performance than murmurhash332 by using AVX2 instruction and has state-of-art hash quality which is broadly integrated with many software.