Completed
Remote Procedure Call
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Killing C++ Serialization Overhead and Complexity
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is object serialization
- 3 Zero overhead
- 4 I cant afford it
- 5 What is this talk about
- 6 How to use this library
- 7 Assembly
- 8 Format
- 9 handwritten code
- 10 toolbox
- 11 C Serializer
- 12 Serialization
- 13 Overhead Comparison
- 14 Force Inline
- 15 Reflection
- 16 Structures
- 17 Remote Procedure Call
- 18 RPC Bindings
- 19 Protobuf Comparison
- 20 Summary
- 21 QA