Design
Plan how to design the Parallel Stats project, defining requirements and approach.
Intro
This mini project: compute statistics (sum, average, max) on large datasets using parallel streams.
Requirements
- Input: large list of numbers
- Outputs: sum, average, min, max
- Performance: should scale with cores
All lessons in this course
- Design
- Implementation
- Benchmarks