📄️ murmur_hash3_32
返回输入字符串的 32 位 murmur3 hash 值。
📄️ xx_hash3_128
返回输入字符串的 128 位 xxhash3 hash 值。
📄️ xx_hash3_64
返回输入字符串的 64 位 xxhash3 hash 值。xxhash364 使用 AVX2 指令集,提供比 murmurhash332 更快的速度和更优的性能。
AI generated answers are based on docs and other sources. Please test answers in non-production environments.