Applying Java Structured Concurrency: Case Study ex4 (Part 2)
This video walks through the source code of case study ex4, which compares & contraststhe programming models & performance results of Java parallel streams, completable futures, Project Reactor, RxJava, & Java structured concurrency frameworks when applied to download, transform, & store many images from a remote web server. Part 2 of this case study focuses on modern Java implementations that use the parallel streams & completable futures frameworks. All the code shown in this video is available in open-source form from github.com/douglascraigschmidt/LiveLessons/tree/master/Loom/ex4.
This video walks through the source code of case study ex4, which compares & contraststhe programming models & performance results of Java parallel streams, completable futures, Project Reactor, RxJava, & Java structured concurrency frameworks when applied to download, transform, & store many images from a remote web server. Part 2 of this case study focuses on modern Java implementations that use the parallel streams & completable futures frameworks. All the code shown in this video is available in open-source form from github.com/douglascraigschmidt/LiveLessons/tree/master/Loom/ex4.