- Mastering High Performance with Kotlin
- Igor Kucherenko
- 65字
- 2021-06-25 20:55:25
Writing good benchmarks
The JMH can't handle all cases related to warming up and optimizing the JVM. There are cases when you just can't rely on the JMH. The most common pitfall is that the JVM may optimize your code when it's executed inside the benchmark, but inside a real application these optimizations may be not applied. Another of these pitfalls relates to loops.
推薦閱讀
- Manga Studio Ex 5 Cookbook
- R語言游戲數據分析與挖掘
- Functional Programming in JavaScript
- Julia Cookbook
- 精通網絡視頻核心開發技術
- C#程序設計
- Learning Salesforce Einstein
- Java EE 8 Application Development
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Python Data Structures and Algorithms
- Learning jQuery(Fourth Edition)
- Java程序員面試筆試寶典(第2版)
- Processing創意編程指南
- JavaScript應用開發實踐指南
- Kivy Cookbook