We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8291d commit 5bf7df3Copy full SHA for 5bf7df3
README.md
@@ -1 +1,10 @@
1
-# Isolate-Examples
+# 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