February 2014
Beginner
1248 pages
62h 25m
English
The Arrays class now has several new “parallel” methods that take advantage of multi-core hardware. Arrays method parallelSort can sort large arrays more efficiently on multicore systems. In Section 23.12, we create a very large array and use features of the Java SE 8 Date/Time API to compare how long it takes to sort the array with methods sort and parallelSort.
Read now
Unlock full access