Overview of Java: Key Functional Programming Concepts & Features – Case Study ex2 (Part 3)
This video is the third part of a three part series that walks through a case study that computes BigInteger factorials in various ways. This part focuses on the ParallelStreamFactorial class implementation, as well as the performance & accuracy of all four factorial implementations. All the code shown in this video is available in open-source form from http://github.com/douglascraigschmidt/ModernJava/tree/main/FP/ex2.
This video is the third part of a three part series that walks through a case study that computes BigInteger factorials in various ways. This part focuses on the ParallelStreamFactorial class implementation, as well as the performance & accuracy of all four factorial implementations. All the code shown in this video is available in open-source form from http://github.com/douglascraigschmidt/ModernJava/tree/main/FP/ex2.