Skip to content

Commit

Permalink
Merge pull request #2083 from gastaldi/fix_title
Browse files Browse the repository at this point in the history
Fix blog title
  • Loading branch information
cescoffier authored Aug 19, 2024
2 parents 2dd7439 + 5637a65 commit 8113b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-08-19-quarkus-metaprogramming.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: post
title: 'Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance'
title: "Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance"
date: 2024-08-19
tags: gizmo,jandex,jackson,performances
synopsis: 'Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance'
synopsis: "Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance"
author: mariofusco
---
:imagesdir: /assets/images/posts/metaprogramming
Expand Down Expand Up @@ -371,4 +371,4 @@ image::f3.png[]
In fact in this case all the objects serializations, the one of the `Customer` instance returned by the rest endpoint plus all other objects referenced by it, are now performed by the serializers generated during the deployment phase, the ones with the class names terminating in `$quarkusjacksonserializer` and evidenced in purple in this last flamegraph.

.Flamegraph of serialization demonstrating how all the necessary generated serializers are invoked
image::f4.png[]
image::f4.png[]

0 comments on commit 8113b0e

Please sign in to comment.