wader / fq

jq for binary formats - tool, language and decoders for working with binary and text formats
Other
9.54k stars 218 forks source link

fit: Skip array fields on pre read messages #878

Closed mlofjard closed 4 months ago

mlofjard commented 4 months ago

I also used your type->size idea for the expected sizes which simplified the switch statements alot.

wader commented 4 months ago

+54 -44 😢 thought it would save lines 😬

mlofjard commented 4 months ago

+54 -44 😢 thought it would save lines 😬

You win some, you lose some =) At least it's less repeating code.