Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在看 Murmurhash 但散列值只有 32 位。有谁知道任何 64 位一致的哈希算法?
正如 Nemo 和 Gene 所建议的,我可以只使用 Murmurhash64 或使用 Murmurhash 来生成 128 位值并丢弃 64 位。