Search code examples
Find max element in array OpenMP and PPL versions run much slower than serial code...

c++optimizationparallel-processingopenmpppl

Read More
Class object inside or outside a parallel_for / parallel_for_each?...

c++c++11mfcppl

Read More
SIMD alignment issue with PPL Combinable...

c++simdppl

Read More
PPL when_all with tasks of different types?...

c++tbbppl

Read More
Are results of concurrency::when_all's return vector FIFO?...

c++vectorconcurrencyppl

Read More
Are shared pointers necessary in continuation chains?...

visual-c++concurrencytaskc++-cxppl

Read More
Does PPL take the load of the system into account when creating threads or not?...

visual-studio-2013ppl

Read More
Concurrency::parallel_for (PPL) is creating too many threads...

c++multithreadingconcurrencyppl

Read More
BitmapImage SetSourceAsync in WinRT c++...

c++windows-runtimec++-cxppliasyncoperation

Read More
Concurrency::critical_section build error: cannot access private member...

c++pplconcurrency-runtime

Read More
Converting concurrent_vector to std::vector...

c++c++11concurrencyvisual-studio-2013ppl

Read More
C++/CX Metro Windows - create_task implementation prevents using variable not defined in that scope...

windowsmicrosoft-metroc++-cxppl

Read More
How to process the XML using XmlLite returned by the casablanca (PPL) http_client?...

c++c++11asynchronouspplxmllite

Read More
Find max value with ppl.h...

c++maxppl

Read More
Passing reference as task data - same values when task is run...

c++c++11taskpass-by-referenceppl

Read More
In VC++ PPL, how do I create a task-returning method that returns synchronously?...

c++windows-8windows-runtimetask-parallel-libraryppl

Read More
concurrent_vector is not working inside parallel_for ( PPL )...

c++concurrencyparallel-processingpplparallel.for

Read More
Chain the completion of an async function to another...

asynchronouswindows-8windows-store-appsc++-cxppl

Read More
C++ Function signature that returns a PPL task?...

c++taskpplclx

Read More
VC10 PPL or prepare for STL thread...

c++concurrencyboost-threadppl

Read More
How to catch exceptions which occur inside asynchronous methods? (Windows Store app, PPL)...

asynchronousc++11exceptionwindows-store-appsppl

Read More
What are the differences between Intel TBB and Microsoft PPL?...

c++parallel-processingcomparisontbbppl

Read More
Periodic task with ConcRT...

c++pplconcurrency-runtime

Read More
Parallel tasks get better performances with boost::thread than with ppl or OpenMP...

c++openmpboost-threadppl

Read More
C++ Parallel Loop without locking critical section using PPL...

c++parallel-processingpplparallel.for

Read More
How does when_any work?...

windows-8c++-cxppl

Read More
Why is class member variable not allowed to be [ &A, &B ] in PPL...

c++parallel-processingppl

Read More
PPL critical_section/parallel_for crashing under visual studio 2010?...

c++visual-studio-2010visual-c++c++11ppl

Read More
WinRT C++/CX Tasks not compiling...

windows-runtimetaskc++-cxppliasyncoperation

Read More
Microsoft Parallel Patterns Library (PPL) vs. OpenMP...

c++concurrencyparallel-processingopenmpppl

Read More
BackNext