mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 13:59:41 +00:00
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>