/lab-java8streamperformancebenchmark

Benchmark code for the post "Stream Performance"

Primary LanguageJavaThe UnlicenseUnlicense

Java 8 Stream Performance Benchmark

The benchmark code for the posts Stream Performance and Stream Performance - Your Ideas. Read them for details on the setup. The results are gathered in this Google Spreadsheet.

Code

For the first post, benchmarks are split into three classes that cover operations of different complexity:

And for the second post:

To tweak how the benchmarks are executed take a look into their superclass AbstractIterationBenchmark.