GangZhang / lab-java8streamperformancebenchmark

Benchmark code for the post "Stream Performance"

Home Page:http://blog.codefx.org/java/stream-performance/ ‎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Benchmark code for the post "Stream Performance"

http://blog.codefx.org/java/stream-performance/ ‎

License:The Unlicense


Languages

Language:Java 100.0%