- 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.
推薦閱讀
- Git Version Control Cookbook
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- R語言經(jīng)典實(shí)例(原書第2版)
- 微服務(wù)與事件驅(qū)動架構(gòu)
- GitLab Repository Management
- Full-Stack React Projects
- QGIS:Becoming a GIS Power User
- Spring Boot Cookbook
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Learning Probabilistic Graphical Models in R
- Mastering Concurrency Programming with Java 9(Second Edition)
- Kotlin Programming By Example
- 大數(shù)據(jù)時(shí)代的企業(yè)升級之道(全3冊)
- jQuery從入門到精通(微課精編版)
- 數(shù)據(jù)結(jié)構(gòu):Python語言描述