Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 372 Bytes

Isolate-Examples

Examples of using isolates in Dart, including loading data and performing searches.

We compare three different approaches:

  • performing tasks in the main thread;
  • utilizing compute for parallel processing;
  • using separate isolates.

The experimental results demonstrate the benefits of isolates, including improved performance and frame rate.