AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
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.