We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe89cb4 commit cd5e609Copy full SHA for cd5e609
4 files changed
cppcon2025/images/generate_perf_charts.py
@@ -1,4 +1,5 @@
1
import matplotlib.pyplot as plt
2
+plt.rcParams.update({'font.size': 16})
3
4
# Chart 1: Current landscape (without simdjson)
5
libraries_landscape = ["nlohmann::json", "RapidJSON", "Serde (Rust)", "yyjson"]
cppcon2025/images/perf_comparison.png
26.1 KB
cppcon2025/images/perf_landscape.png
18.9 KB
cppcon2025/images/perf_with_simdjson.png
26.5 KB
0 commit comments