Unverified Commit 9a09b5de authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1265

Fix typo
parents 7584445e e53c0eee
...@@ -4,7 +4,7 @@ Scheduler ...@@ -4,7 +4,7 @@ Scheduler
========= =========
The CAF runtime maps N actors to M threads on the local machine. Applications The CAF runtime maps N actors to M threads on the local machine. Applications
build with CAF scale by decomposing tasks into many independent steps that are built with CAF scale by decomposing tasks into many independent steps that are
spawned as actors. In this way, sequential computations performed by individual spawned as actors. In this way, sequential computations performed by individual
actors are small compared to the total runtime of the application, and the actors are small compared to the total runtime of the application, and the
attainable speedup on multi-core hardware is maximized in agreement with attainable speedup on multi-core hardware is maximized in agreement with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment