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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
The String decoder recast the bytes data to a Unit specified by the decode. move all decoder to accept bytes data (by using the parser probably the simplest change) directly so that it does the right thing for streaming (unicode code point split between 2 array) and it doesn't recopy the data if not aligned to the Unit alignment requirement.
The text was updated successfully, but these errors were encountered:
The String decoder recast the bytes data to a
Unit
specified by the decode. move all decoder to accept bytes data (by using the parser probably the simplest change) directly so that it does the right thing for streaming (unicode code point split between 2 array) and it doesn't recopy the data if not aligned to the Unit alignment requirement.The text was updated successfully, but these errors were encountered: