Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Wasabi375/lambdaBenchmarkTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda/FunctionRef benchmark comparison

compares performance of

longSequence.map { it.inv() }
longSequence.map(Long::inv)

to run use

mvn clean package
java -jar target/benchmark.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages