Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 341 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 341 Bytes

Examples in Java

Multicore Processor Example in Java to use all available processor cores to average lists of random numbers. Uses the Java 8's Executor service for a Work Stealing Pool to divy the work onto the available processor cores. Example was run on a 4 Core 2.6 GHz Intel i5 with 8GB of 1600MHz DDR3 which takes around 14 seconds;