Guava 哈希用例
我正在研究 Guava 中提供的新功能,并且找到了一个关于哈希实用程序< /a>.
文档说
除了简单的哈希表之外,哈希函数还有许多用途, 然而,Object.hashCode 几乎总是达不到要求
您能否分享哈希表之外的哈希函数的其他一些用例?
I am looking at new features available in Guava and I have found a page on hashing utilities.
The documentation says that
For the many uses of hash functions beyond simple hash tables,
however, Object.hashCode almost always falls short
Can you please share some other use cases of hash functions beyond hash tables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
加密哈希函数,布隆过滤器,数据指纹,Rabin-Karp 子串-搜索算法,我应该继续吗?
Cryptographic hash functions, Bloom filters, data fingerprinting, the Rabin-Karp substring-search algorithm, should I go on?