.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-13 08:03:30 +00:00
parent 1d39c7929f
commit 4c516d924d

View file

@ -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