Serialization Performance

Engineering serialization cost as a system budget across encode/decode CPU, allocation and retention, wire/storage bytes, copies, buffers, compression, schema evolution, compatibility, security, and rollout. Covers format/library selection by workload and contract, streaming versus materialization, buffer ownership/backpressure, representative JMH/component/load experiments, production attribution, and mixed-version failure tests. Use when serialization is measured hot, a new wire/cache/topic format is chosen, or “zero-copy”/binary-format claims need validation. General benchmark mechanics, schema governance, and Java native-serialization hardening have separate owners.

robsonkades 5d7f030 4 files · 33.6 KB Updated

File contents

robsonkades/agent-skills/tree/main/skills/serialization-performance commit 5d7f03033c

Frequently asked questions

npx skillmds@latest add robsonkades/serialization-performance