You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to @bbannier, skip generates optimized code for bytes. It would be great to apply the same optimization to fixed sized basic types like integers as well as fixed size units.
The text was updated successfully, but these errors were encountered:
This patch adds `skip` support for fields with `&size` attribute or of
builtin type with known size. If a unit has a known size and it is
specified in a `&size` attribute this also allows to skip over unit
fields.
Closes#1640.
This patch adds `skip` support for fields with `&size` attribute or of
builtin type with known size. If a unit has a known size and it is
specified in a `&size` attribute this also allows to skip over unit
fields.
Closes#1640.
According to @bbannier,
skip
generates optimized code forbytes
. It would be great to apply the same optimization to fixed sized basic types like integers as well as fixed size units.The text was updated successfully, but these errors were encountered: