moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Upgrade to Isolates #581

Open Whale-Street opened 2 years ago

Whale-Street commented 2 years ago

Describe The Suggestion

We may be able to spawn individual threads (dart/isolates) when processing requests and handling different tasks.

Additional Context

We could add isolates when grabbing and processing data. This would allow our animations to not stutter and lag. We would not have to show an animation first, and let it run smoothly, before starting a heavy process.

Current:

Desired:

lastmeta commented 2 years ago

https://itnext.io/minimalist-guide-to-isolates-in-dart-flutter-dd5bdee031e