Skip to content

Commit 72b941e

Browse files
committed
updating to 3.6
1 parent 58d2b21 commit 72b941e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,13 +676,13 @@ The magic:
676676
---
677677
678678
# Serialization Ablation Study
679-
## How We Achieved 3.4 GB/s
679+
## How We Achieved 3.6 GB/s
680680
681681
**What is Ablation?**
682682
From neuroscience: systematically remove parts to understand function
683683
684684
**Our Approach (Apple Silicon M3 MAX):**
685-
1) **Baseline**: All optimizations enabled (3,400 MB/s)
685+
1) **Baseline**: All optimizations enabled (3,600 MB/s)
686686
2) **Disable one optimization** at a time
687687
3) **Measure performance impact**
688688
4) **Calculate contribution**: `(Baseline - Disabled) / Disabled`

0 commit comments

Comments
 (0)