.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@10561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-12-20 13:42:01 +00:00
parent 7241a23b1b
commit 0ec186d6b4
4 changed files with 29 additions and 16 deletions

View file

@ -4,7 +4,7 @@ void CoAlgoTutorial()
{
/// .Parallel algorithms
/// U++ provides a parallel version of algorithms where it makes sense. The naming scheme
/// U++ provides a parallel versions of algorithms where it makes sense. The naming scheme
/// is 'Co' prefix before the name of algorithm designates the parallel version.
/// So the parallel version of e.g. `FindIndex` is `CoFindIndex`, for 'Sort' it is 'CoSort':