从这封电子邮件的
core-lib-devs@openjkd:
- 引入了新的接口Hashable32。
- Hashable32提供了一个方法hash32()
- 字符串实现Hashable32和hash32()方法
- HashMap等人识别String并调用hash32()而不是hashCode()
代码的修订:
- Murmur3:https : //pre.google.com/p/smhasher/wiki/MurmurHash3
- althashing“ 7” webrev:http ://cr.openjdk.java.net/~mduigou/althashing7/8/webrev/
- althashing“ 8” webrev:http ://cr.openjdk.java.net/~mduigou/althashing8/8/webrev/
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)