Skip to content

Commit 1f8c367

Browse files
Update _includes/performance.html
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 9400fdc commit 1f8c367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/performance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>Starting fast by doing less: the build-time principle</h2>
3333
<div class="width-12-12">
3434
<h2>High concurrency without the headaches: the reactive core</h2>
3535
<p>Quarkus is built on reactive principles, using an efficient asynchronous, non-blocking engine based on Netty and Eclipse Vert.x. It employs a few event loops instead of a large thread pool, reducing resource usage and improving response times by optimizing for hardware behavior.</p>
36-
<p>Quarkus offers three development models:</p>
36+
<p>Reactive underneath does not mean you must write reactive code. Quarkus offers three development models:</p>
3737
<ol>
3838
<li><strong>Imperative model:</strong> A traditional synchronous approach with faster execution due to an optimized I/O layer, ideal for lower concurrency. High concurrency increases memory use.</li>
3939
<li><strong>Reactive model:</strong> Enables high concurrency with minimal resources using asynchronous, non-blocking code, but is more complex to implement and debug.</li>

0 commit comments

Comments
 (0)