- Java 11 and 12:New Features
- Mala Gupta
- 122字
- 2021-07-02 12:27:04
Benefits of AppCDS
AppCDS extends the benefits of CDS to application classes, enabling you to place application classes with the shared archive of core library classes. This takes off the work of class loading, linking, and bytecode verification, leading to a reduced startup time of an application. Multiple JVMs can access a shared archive, resulting in a reduced overall memory footprint.
In the cloud, it is common for servers to scale a Java application, with multiple JVMs executing the same application. This is an excellent use case that would benefit from AppCDS. Such applications would benefit tremendously from reduced startup time and reduced memory footprint.
Serverless cloud services load thousands of application classes at startup. AppCDS will significantly reduce their startup time.
推薦閱讀
- Python數(shù)據(jù)分析基礎(chǔ)
- Getting Started with PowerShell
- Java程序設(shè)計與實踐教程(第2版)
- Python機器學(xué)習(xí)經(jīng)典實例
- Spring Boot+Vue全棧開發(fā)實戰(zhàn)
- HTML+CSS+JavaScript網(wǎng)頁制作:從入門到精通(第4版)
- Java7程序設(shè)計入門經(jīng)典
- 算法設(shè)計與分析:基于C++編程語言的描述
- ASP.NET 4.0 Web程序設(shè)計
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐
- AutoCAD基礎(chǔ)教程
- Learning TypeScript
- 信息學(xué)競賽寶典:基礎(chǔ)算法
- iOS應(yīng)用逆向工程:分析與實戰(zhàn)
- Augmented Reality for Developers