Ivan FB 978fa2c530
refactor(protobuf): skip fixed-width fields via skipValue (no alloc)
Addresses review feedback: skipping a field by reading its value
discards an allocated result. Use the codec's `skipValue`, which
advances the stream without materialising the value. (The previous
allocating length-delimited discard was already removed by the
parse-once change; this applies the same intent to the fixed32/64
skips that remain.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 20:18:19 +02:00
..