Parallel and Asynchronous Programming with Streams and CompletableFuture by Venkat Subramaniam
December 29, 2019
- parallel when you have an array of data
- concurrent when you have a problem that can be divided an conquer.
- Collection Pipeline pattern by Martin Flower
- forEachOrdered