Creating a Custom Serialization Format
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the intricacies of creating a custom serialization format for an augmented JSON data type in this 38-minute conference talk from GopherCon 2017. Delve into the motivations behind custom formats, implementation details, and performance benchmarking. Learn about query types, general format structure, headers, offsets, arrays, maps, repetitive keys, header records, and special cases. Gain insights into the process of developing a tailored serialization solution, from conception to practical application, and understand how it compares to existing formats through comprehensive benchmarks.
Syllabus
Introduction
Motivations
Query Types
General Format
Header
Offsets
Arrays
Maps
Headers
Repetitive Keys
Header Records
Special Case
Example
Performance
Benchmarks
Conclusion
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube