Skip to content

This is the project to verify and investigate performance issues in Kotlin and standard library.

Notifications You must be signed in to change notification settings

punzki/kotlin-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmh-kotlin official JetBrains project

A set of JMH benchmarks for various Kotlin language constructions and standard library functions.

Build:

mvn clean package

Note: need clean package every time, otherwise removed benchmarks will be hanging around.

Run:

java -jar target/benchmarks.jar

Also see commands.txt for more pre-configured commands.

About

This is the project to verify and investigate performance issues in Kotlin and standard library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 40.1%
  • JavaScript 33.5%
  • Java 23.0%
  • HTML 2.8%
  • CSS 0.6%