Quarkus optimizations that change the cold-start budget for serverless workloads on Java
Quarkus 3.35 ships three optimizations that, stacked together, change the cold-start budget for serverless workloads on Java: build-time JAR tree-shaking, Profile-Guided Optimization for native builds, and Semeru AOT support. Each one targets a different layer. Tree-shaking cuts the classes you ship. PGO improves native code quality. Semeru AOT reduces JVM startup time for teams that … Read more