Dhruvam Sharma
Feb 21, 2023

--

Isolates solve the issue of large data processing on a different thread.

I would use isolates only where there is data processing is needed and I think the main isolate will take time processing it.

On low end devices, there is already an issue of low memory. Issuing a new isolate will not be a problem. But if you start spawning new isolates for every little thing, it can harm performance even on high end devices.

--

--

Dhruvam Sharma
Dhruvam Sharma

Written by Dhruvam Sharma

Google-certified Android Developer. Android Geek. In love with Flutter. Blockchain Explorer. Dancer. 🕺 Reader. Coffee Addict. 😍

No responses yet