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
Currently when pub passes a barback asset between isolates, the contents of the asset is always streamed from one isolate to the other. There are two important optimizations that could be made here:
* The cross-isolate streaming could be kicked off only when the destination isolate tries to read the asset's contents, to prevent data being passed along that will go unused.
* FileAssets could be passed by name and loaded natively within the isolate accessing the file rather than piped from the main isolate.
The text was updated successfully, but these errors were encountered:
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#14430
Currently when pub passes a barback asset between isolates, the contents of the asset is always streamed from one isolate to the other. There are two important optimizations that could be made here:
* The cross-isolate streaming could be kicked off only when the destination isolate tries to read the asset's contents, to prevent data being passed along that will go unused.
* FileAssets could be passed by name and loaded natively within the isolate accessing the file rather than piped from the main isolate.
The text was updated successfully, but these errors were encountered: