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
Avoid Unnecessary Copies While Deserializing String Payloads
Creating a buffer of elements then reinterpreting them as unicode scalars involves extra allocations and copies of the underlying data. Instead, create a scratch buffer for an array of bytes and write directly into that.
0 commit comments