- 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.
推薦閱讀
- DevOps:軟件架構師行動指南
- HBase從入門到實戰
- Java程序設計與計算思維
- Banana Pi Cookbook
- Effective Python Penetration Testing
- Python Data Analysis Cookbook
- Visual Basic程序設計實踐教程
- Python深度學習:基于TensorFlow
- C++20高級編程
- SwiftUI極簡開發
- ABAQUS6.14中文版有限元分析與實例詳解
- Drupal Search Engine Optimization
- Java程序設計入門(第2版)
- Manage Your SAP Projects with SAP Activate
- Python機器學習