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
parser: avoid excessive memory usage and bogus type conversions
Don't reallocate memory again for each string append.
Remove conversion between strings and byte slices where they
are actually reconverted back right away.
Signed-off-by: Tonis Tiigi <[email protected]>
0 commit comments