摘要: 使用并行流,提高cpu利用率,提高运算速度 /** * java 8并行流 * 底层运用fork join框架 */ @Test public void test(){ Instant start = Instant.now(); Long sum=LongStream.rangeClosed(0, 阅读全文
posted @ 2020-04-27 22:29 程程111 阅读(147) 评论(0) 推荐(0) 编辑