Skip to content

Commit fa6a20e

Browse files
deploy: 8ed0558
1 parent ba4b702 commit fa6a20e

4 files changed

Lines changed: 75 additions & 104 deletions

File tree

cppcon2025/cppcon_2025_slides.html

Lines changed: 75 additions & 90 deletions
Large diffs are not rendered by default.

cppcon2025/cppcon_2025_slides.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -434,20 +434,6 @@ Player p = simdjson::from<Player>(json);
434434
435435
---
436436
437-
# Real-World Benefits
438-
439-
## Before Reflection (Our Game Server example)
440-
- 1000+ lines of serialization code
441-
- Prone to bugs due to serialization mismatching
442-
- Adding new features can imply making tedious changes to boilerplate serialization code
443-
444-
## After Reflection
445-
- **0 lines** of serialization code
446-
- **0 serialization bugs** (if it compiles, it works!)
447-
- New features can be added much faster
448-
449-
---
450-
451437
# The Bigger Picture
452438
453439
This pattern extends beyond games:

cppcon2025/cppcon_2025_slides.pdf

-3.47 KB
Binary file not shown.

cppcon2025/presentation.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)