Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / parallel

Parallel

parallel

Great Reads

by dmihailescu
UI and concurrent programming using IAsyncResult, BackgroundWorker, TPL, and ‘async’ syntax.
by Arman Aşçı
Time division multiplexing between 6 x 7-Segment displays control with Parallel Port and x86 assembly.
by Wayne Wood
Verify the execution efficiency of a short CUDA program when using the library thrust
by Wayne Wood
Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples

Latest Articles

by dmihailescu
UI and concurrent programming using IAsyncResult, BackgroundWorker, TPL, and ‘async’ syntax.
by Arman Aşçı
Time division multiplexing between 6 x 7-Segment displays control with Parallel Port and x86 assembly.
by Wayne Wood
Verify the execution efficiency of a short CUDA program when using the library thrust
by Wayne Wood
Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples

All Articles

Sort by Score

parallel 

by Alon Lek
Running tasks in parallel while taking into account the dependencies between them
by DrABELL
Serial and Parallel implementation of efficient Prime Factoriing algorithms
by Dharmateja Challa
Using parallel_for_each which is part of Parallel Pattern Library ( PPL )
by trident99
The HPC Template Library is a supplement to the Standard Template Library providing threadsafe containers.
by Arman Aşçı
Parallel port data register control with C# .NET 2.0 and inpout32.dll.
by Adamanteus
Preserving overheating processor in multitasking environment
by me.ajaykumar
Thread safe collections
by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#