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
Instead of using sequential indices, use CRC32 of padding contents
Sequential indices are problematic for future updates, as updates in the
middle of the structure are common, and they will result in larger and
less readable diffs. Instead we can use the CRC32 of the padding
contents to name the field.
0 commit comments