We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d2b21 commit 72b941eCopy full SHA for 72b941e
cppcon2025/cppcon_2025_slides.md
@@ -676,13 +676,13 @@ The magic:
676
---
677
678
# Serialization Ablation Study
679
-## How We Achieved 3.4 GB/s
+## How We Achieved 3.6 GB/s
680
681
**What is Ablation?**
682
From neuroscience: systematically remove parts to understand function
683
684
**Our Approach (Apple Silicon M3 MAX):**
685
-1) **Baseline**: All optimizations enabled (3,400 MB/s)
+1) **Baseline**: All optimizations enabled (3,600 MB/s)
686
2) **Disable one optimization** at a time
687
3) **Measure performance impact**
688
4) **Calculate contribution**: `(Baseline - Disabled) / Disabled`
0 commit comments