Skip to content

Examples in Java with concurrency, lambdas, multicore, etc

Notifications You must be signed in to change notification settings

lloydroc/ExamplesJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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;

About

Examples in Java with concurrency, lambdas, multicore, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages