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
optimize fixed_string so that length is encoded in the last byte, if length < 256
optimize string so that optionally length and capacity are not 8 bytes each but less if usage permits. This has an impact on the SSO so take that into account
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: