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
Since U8 is used extensively, e.g. Sequence[U8], invoking value.Bytes() to return the bytes causes a significant performance overhead with the custom gc, and it tries to allocate single allocation bigger than the max possible.
Since
U8
is used extensively, e.g.Sequence[U8]
, invokingvalue.Bytes()
to return the bytes causes a significant performance overhead with the customgc
, and it tries to allocate single allocation bigger than the max possible.Instead encode the bytes directly
The text was updated successfully, but these errors were encountered: