laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
181 stars 47 forks source link

Optimize encoder size #225

Closed laurencelundblade closed 3 months ago

laurencelundblade commented 3 months ago

Reduces object code size for minimal encode use case by about 50 bytes through some re factoring of the encoder. Also, more code is excluded when indefinite length encoding is disabled.

QCBOREncode_AddSimple() is made public.