
Thanksgiving Special - Flying High with Flutter #89
Flying High with Flutter
00:00
Isolating Shared Memory in Dart?
There's a new version of Dart that lets you actually have isolated share memory. I can't remember exactly what was shared, but there was some kind of sharing. isolate communication only allows you to send primitives. It means still the cost of moving an entire image across isolates is the cost of sending all those pixel numbers over. That's a million numbers you have to send across and put into new memory.
Transcript
Play full episode