mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-02 06:06:59 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1d39c7929f
commit
4c516d924d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ void CoPartitionTutorial()
|
|||
DUMP(sum);
|
||||
|
||||
/// Above code computes the sum of all elements in the `Vector`, using CoWorker job for
|
||||
/// each element. While producing the correct reason, it is likely to run much slower than
|
||||
/// each element. While producing the correct result, it is likely to run much slower than
|
||||
/// single-threaded version.
|
||||
|
||||
/// The solution to the problem is to split the array into small number of larger subranges
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue