📄️ murmur_hash3_32返回输入字符串的 32 位 murmur3 hash 值。📄️ xx_hash3_128返回输入字符串的 128 位 xxhash3 hash 值。📄️ xx_hash3_64返回输入字符串的 64 位 xxhash3 hash 值。xxhash364 使用 AVX2 指令集,提供比 murmurhash332 更快的速度和更优的性能。