Higher-Order Java Parallelism
A series of 4 articles about parallel comuting in Java:
- Part 1: Parallel Strategies and the Callable Monad
- Part 2: Parallel List Transformations
- Part 3: Threadless Concurrency With Actors
- Part 4: A Better Future
A series of 4 articles about parallel comuting in Java: