Skip to content

Commit 5bf7df3

Browse files
Update README.md
1 parent 0d8291d commit 5bf7df3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Isolate-Examples
1+
# Isolate-Examples
2+
3+
Examples of using isolates in Dart, including loading data and performing searches.
4+
5+
We compare three different approaches:
6+
* performing tasks in the main thread;
7+
* utilizing ``compute`` for parallel processing;
8+
* using separate isolates.
9+
10+
The experimental results demonstrate the benefits of isolates, including improved performance and frame rate.

0 commit comments

Comments
 (0)