Skip to content

puradawid/java-constructor-microbenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark of using constructors with data-structured parameters over plain values

How to run it?

mvn clean package
java -cp target/constructor-data-structure-performance-test-1.0-SNAPSHOT.jar pro.puradawid.constructor.App non-struct

or

java -cp target/constructor-data-structure-performance-test-1.0-SNAPSHOT.jar pro.puradawid.constructor.App struct

in order to run data-structured params.

About

Data-structured constructor usage benchmarking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages