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
We should add a generic MemoryCopy IL instruction, capable of copying ranges of bytes where source and destination can be _OneByteString / _TwoByteString as well as various typed data as long as their element sizes agree.
This can be used for
Faster UTF-8 decoding
Faster UTF-8 encoding
Faster List.setRange() implementation for typed data
Faster String.fromCharCodes() implementation for Uint8List input