You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: performance/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ <h2>Starting fast by doing less: the build-time principle</h2>
195
195
<divclass="width-12-12 width-12-12-m">
196
196
<p>This build-time optimization offers several key benefits:</p>
197
197
<ol>
198
-
<li><strong>Reduced startup time:</strong> Quarkus performs most of the heavy work at runtime, significantly cutting startup time and allowing the app to reach peak performance faster.</li>
198
+
<li><strong>Reduced startup time:</strong> Quarkus performs most of the heavy work at build-time, significantly cutting startup time and allowing the app to reach peak performance faster.</li>
199
199
<li><strong>Lower memory consumption:</strong> By minimizing allocations and class loading, Quarkus reduces memory usage. Replacing reflection with build-time bytecode generation further lowers the JVM's runtime workload.</li>
200
200
<li><strong>Better latency and improved throughput:</strong> Quarkus generates highly optimized code at build time and prunes unnecessary classes and methods. For instance, it weaves layers of indirection together, enabling better JIT optimizations. These improvements result in faster code and better latency. </li>
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="short-description">The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.</span></p>
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span></p>
195
+
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span></p>
196
196
197
197
</div>
198
198
<divclass="card-footer">
199
199
<divclass="icons">
200
200
201
-
<ahref="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></a>
201
+
<ahref="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></a>
202
202
203
-
<ahref="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><iclass="icon fa-brands fa-square-github"></i></a>
204
-
205
-
<ahref="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
203
+
<ahref="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><iclass="icon fa-brands fa-square-github"></i></a>
204
+
205
+
<ahref="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
206
206
207
207
</div>
208
208
</div>
@@ -212,24 +212,24 @@ <h3 class="mb-0">Organizing the community around a specific topics or goals.</h3
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="short-description">The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.</span></p>
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span></p>
222
+
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span></p>
223
223
224
224
</div>
225
225
<divclass="card-footer">
226
226
<divclass="icons">
227
227
228
-
<ahref="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></a>
228
+
<ahref="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></a>
229
229
230
-
<ahref="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><iclass="icon fa-brands fa-square-github"></i></a>
231
-
232
-
<ahref="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
230
+
<ahref="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><iclass="icon fa-brands fa-square-github"></i></a>
231
+
232
+
<ahref="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
0 commit comments