Skip to content

skinny85/no-more-loops-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'No more loops' - Java 8 Streams benchmark

This is a benchmark comparing the effectiveness of Java 8 Streams and traditional, imperative loop-based code. The original article from where the code was taken can be found here, and the blog discussing the benchmark is here.

Running the benchmark

Execute in a terminal:

./gradlew jmh

in the root directory of the project. The results will be in build/reports/jmh.

About

A simple benchmark of the Java 8 Streams API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages