JDK7并行计算框架介绍一 Fork/Join概述(官方原版-英文)
Fork/Join New in the Java SE 7 release,the fork/join framework is an implementation of the ExecutorService interface that helps you take advantage of multiple processors.It is designed for work that can be broken into ...