0Pricing
Java Academy · Lesson

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

  1. Design
  2. Implementation
  3. Benchmarks
← Back to Java Academy