rocye / BlogComments

Rocye's Blog Comments
0 stars 0 forks source link

JAVA8新特性简介 | Hi, Rocye #12

Open rocye opened 6 years ago

rocye commented 6 years ago

http://blog.rocye.cn/JAVA8-001/

速度更快我们应该知道JAVA8中最为核心是Lambda表达式和Stream API,除此之外JAVA8还在底层数据结构及内存结构等方面做了优化,目的都是为了让它速度更快。 ● 底层数据结构进行了优化- HashMap(HashSet同理)1) 在JAVA7中 HashMap = 数组 + 链表 :不管我们将hashCode与equals方法写的多好,都有可能发生碰撞,碰撞是指hashCode相同但

rocye commented 6 years ago

博客菜鸟,不喜勿喷!!