- Mastering High Performance with Kotlin
- Igor Kucherenko
- 63字
- 2021-06-25 20:55:26
Kotlin benchmarks
The JetBrains team has prepared a repository on GitHub (https://github.com/JetBrains/kotlin-benchmarks) with many examples of how to use the JMH with Kotlin. This repository contains identical examples written in Java:

The repository also contains identical examples in Kotlin:

This lets us compare how fast functions written in Kotlin and Java run. If you run these benchmarks, the output will be as follows:

推薦閱讀
- scikit-learn Cookbook
- Learning Scala Programming
- 精通Nginx(第2版)
- Unity 2020 Mobile Game Development
- 編程珠璣(續)
- Oracle數據庫從入門到運維實戰
- Full-Stack Vue.js 2 and Laravel 5
- C語言課程設計
- Linux:Embedded Development
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Python深度學習原理、算法與案例
- Python程序設計開發寶典
- Python預測分析與機器學習
- Mastering ASP.NET Core 2.0
- 分布式數據庫HBase案例教程