Skip to content

Commit 593a917

Browse files
committed
edit: change chart04 to deserialization
1 parent df9945b commit 593a917

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The following charts compare JSON-AS (both SWAR and SIMD variants) against JavaS
413413

414414
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/charts/chart03.png" alt="Performance Chart 3">
415415

416-
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/charts/chart04.png" alt="Performance Chart 3">
416+
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/charts/chart04.png" alt="Performance Chart 4">
417417

418418
> Note: I have focused on extensively optimizing serialization. I used to have deserialization be highly unsafe and extremely fast, but I've since doubled down on safety for deserialization which has negatively affected performance. I will be optimizing soon.
419419

scripts/build-chart04.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const config: ChartConfiguration<"line"> = {
9191
plugins: {
9292
title: {
9393
display: true,
94-
text: "String Serialization Throughput vs Payload Size (KB)",
94+
text: "String Deserialization Throughput vs Payload Size (KB)",
9595
font: { size: 20, weight: "bold" },
9696
},
9797
legend: {

0 commit comments

Comments
 (0)