mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@10561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7241a23b1b
commit
0ec186d6b4
4 changed files with 29 additions and 16 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue