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

Latest commit

 

History

History
13 lines (11 loc) · 204 Bytes

Readme.md

File metadata and controls

13 lines (11 loc) · 204 Bytes

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