Performance Protobuf

Use Jeff Dean and Sanjay Ghemawat's canonical Protocol Buffer performance guidance. Use when reviewing protobuf schema choices, parsing, serialization, ownership, field access, or message allocation and lifetime.

boshjerns 90b6ec4 2 files · 947 B Updated

File contents

Protocol Buffer advice

Read the exact current source section before applying it:

python3 ~/.codex/skills/performance-hints/scripts/fetch_section.py protobuf-advice --output text

Canonical section: Protocol Buffer advice

Attribute the guidance to Jeff Dean and Sanjay Ghemawat. Do not assume every hint applies: inspect the code, identify the relevant cost, and measure or estimate before recommending a change.

boshjerns/performance-hints-agent-skills/tree/main/skills/performance-protobuf commit 90b6ec4c6b

Frequently asked questions

npx skillmds@latest add boshjerns/performance-protobuf