Skip to content

Build a MessagePack Parser

Build a MessagePack encoder/decoder: format byte detection, varint-style integer encoding, length-prefixed strings/bytes/arrays/maps, ext types for custom types (timestamps, UUIDs), and the binary alternative to JSON used by Redis, Pinterest, IoT systems.

intermediateFree3 hours10 lessons
Start learningor sign up to track progress

Curriculum

Loading reference solution…
Build a MessagePack Parser