- 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.
推薦閱讀
- Python程序設計教程(第2版)
- Flask Blueprints
- Monkey Game Development:Beginner's Guide
- Learning Docker
- Python for Secret Agents:Volume II
- Python自動化運維快速入門(第2版)
- Groovy for Domain:specific Languages(Second Edition)
- Serverless架構
- Selenium Testing Tools Cookbook(Second Edition)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Processing創意編程指南
- Vue.js應用測試
- Extending Unity with Editor Scripting
- Java高并發編程詳解:深入理解并發核心庫
- 從零開始學UI:概念解析、實戰提高、突破規則