推荐的哈希函数用于覆盖 NSObject 的哈希方法
在自定义类中覆盖 NSObject 的哈希方法有什么好的哈希函数?
What's a good hash function for overwriting NSObject's hash method in your custom classes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的社区 wiki 页面,讨论覆盖函数 实现 -hash / - isEqual: / -isEqualTo...: 用于 Objective-C 集合。
其中一篇链接文章有一个实现 最佳实践重写 isEqual: 和 hash。
Here is a good community wiki page discussing overwriting the functions Implementing -hash / -isEqual: / -isEqualTo...: for Objective-C collections.
And there is an implementation on one of the linked articles Best practices for overriding isEqual: and hash.