Skip to content

JMH Benchmark of Kassava compared to manual, Guava and Apache implementations of toString() and equals()

Notifications You must be signed in to change notification settings

consoleau/kassava-benchmarks

Repository files navigation

Kassava Benchmarks

Build Status

Benchmarks Kassava equals(), hashCode() and toString() implementations against manual, Guava and Apache implementations.

Special thanks to JetBrains for the Kotlin/JMH example (on which this project is based) at https://github.com/JetBrains/kotlin-benchmarks

Build:

mvn clean package

Run: 10 warm up rounds, 5 iterations, 1 fork, avg time in ns

java -jar target/benchmarks.jar -wi 10 -i 5 -f 1 -tu ns -bm avgt

About

JMH Benchmark of Kassava compared to manual, Guava and Apache implementations of toString() and equals()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages