Tag

Class Data Sharing

0 views collected around this technical thread.

macrozheng
macrozheng
Jun 7, 2024 · Backend Development

Boost Java Startup Speed with Class Data Sharing (CDS): A Step‑by‑Step Guide

This article explains what Java Class Data Sharing (CDS) is, walks through training and running a Spring Boot application with CDS, and demonstrates how startup time can be reduced by nearly one second, while comparing CDS with CRaC and GraalVM for Java performance optimization.

Backend DevelopmentClass Data SharingJVM
0 likes · 9 min read
Boost Java Startup Speed with Class Data Sharing (CDS): A Step‑by‑Step Guide
Java Architecture Diary
Java Architecture Diary
May 31, 2024 · Backend Development

Boost Java Startup Speed with Class Data Sharing (CDS): A Step-by-Step Guide

This article explains what Java Class Data Sharing (CDS) is, provides detailed commands for training and using a CDS archive with a Spring Boot demo, and shows how startup time can be cut by nearly one second, helping developers choose the right Java startup optimization technique.

Class Data SharingJVMSpring Boot
0 likes · 8 min read
Boost Java Startup Speed with Class Data Sharing (CDS): A Step-by-Step Guide