- Java:High-Performance Apps with Java 9
- Mayur Ramgir Nick Samoylov
- 95字
- 2021-07-02 16:21:34
Introducing the New Features of Java 9
In this lesson, we will explore many under the cover improvements to performance that you automatically get by just running your application in the new environment. Internally, string changes also drastically reduce memory footprint requirements for times when you don't need full-scale Unicode support in your character strings. If most of your strings can be encoded either as ISO-8859-1 or Latin-1 (1 byte per character), they'll be stored much more efficiently in Java 9. So, let's dive deep into the core libraries and learn the underlying performance improvements.
推薦閱讀
- Python語言程序設計
- Vue.js快速入門與深入實戰
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- KnockoutJS Starter
- ArcGIS By Example
- Symfony2 Essentials
- Android底層接口與驅動開發技術詳解
- Visual Basic程序設計教程
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Mastering AWS Security
- 寫給程序員的Python教程
- BeagleBone Robotic Projects(Second Edition)
- SQL Server 入門很輕松(微課超值版)
- 零基礎學C語言(升級版)