Skip to content

Commit 71d477c

Browse files
Update _posts/2025-06-18-hibernate7-on-quarkus.adoc
Co-authored-by: Yoann Rodière <[email protected]>
1 parent d3f8864 commit 71d477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-06-18-hibernate7-on-quarkus.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ image::console.gif[scaledwidth=100%]
9090
We’re working on improving the Hibernate Reactive extension as well, by providing support for https://github.com/quarkusio/quarkus/pull/48007[Named Data Sources and Named Persistence Units].
9191

9292
Also, as part of giving a better experience for the user, the Quarkus and Hibernate teams constantly collaborate on performance and efficiency improvements. For example, an optimization that https://hibernate.atlassian.net/browse/HHH-18326[avoids the need for an `IdentityHasMap` to track persistence entities] improved the performance by https://github.com/hibernate/hibernate-orm-benchmark/pull/15[8% while running a simple query of 100-1000 immutable entities], end even more when dealing with persistent collections.
93-
Even bigger performance improvements are expected to be made in the future.
93+
And that's just _one_ improvement among many, and not the last one: even bigger performance improvements are expected in the future.
9494

9595
Take a look at the new release and let us know what you think!

0 commit comments

Comments
 (0)