Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 500 Bytes

Performance Analysis of Java Solutions using JUnit

Performance analysis of difference solutions including some features of Java8.

  • Java-8 Stream API
  • Array sorting algorithms in Java

Target Stream Method

- filter

Stream Performance Analysis :: Metric

- Execution Time
- Code Overhead

Stream Performance Analysis :: Result

- Performance of Stream filter method regarding execution time is very poor in comparison to the standard loop
- Code overhead is highly reduced