Category: <span>Software Architecture</span>

Data Parallelism with the Fork-Join Framework in Java 7

The fork/join framework added to the Java SE 7 release is an implementation of the ExecutorService interface that helps you take advantage of multiple processors. Although concurrent programming on multiprocessors has existed for decades, the evolution of multicore is bringing true parallelism to nearly every computer in your life. To …