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

Parallel Processing

parallel-processing

Great Reads

by Tariq A Karim
I always find it difficult to track .Net and C# language release history. E.g. what .net versions are released with different visual studio versions and what features are available in different versions of C# language. So I thought I will compile this information in this blog so I and other can refe
by logicchild
An article written with the purpose to help any beginner to use OpenMP.
by Ayobami Adewole
A Client Server File Sharing Application
by CodeProject, Abhishek Sur
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Abhishek Sur, a herculian CodeProject author and two-time CodeProject MVP.

Latest Articles

by Tariq A Karim
I always find it difficult to track .Net and C# language release history. E.g. what .net versions are released with different visual studio versions and what features are available in different versions of C# language. So I thought I will compile this information in this blog so I and other can refe
by logicchild
An article written with the purpose to help any beginner to use OpenMP.
by Ayobami Adewole
A Client Server File Sharing Application
by CodeProject, Abhishek Sur
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Abhishek Sur, a herculian CodeProject author and two-time CodeProject MVP.

All Articles

Sort by Score

parallel-processing 

by Ayobami Adewole
A Client Server File Sharing Application
by Adnan Boz
An entry level example of how to use NVIDIA CUDA technology to achieve better performance within C# with minimum possible amount of code
by Abhijit Jana
Few nice features in Visual Studio 11 developer preview for ASP.NET developers
by Adnan Boz
How to use CPU instructions in C# to gain performace
by Inaki Ayucar
[Traducido al Español por Matías Cordero. Puedes leer la versión en Castellano aqui] Everyone knows that parallelization is a hard but important issue, as it seems that it´s not affordable anymore to increase CPU clock speeds.
by Jake Drew
ABSTRACT This article comprises a detailed overview of the various multicore and parallel programming options available within the C# programming language.
by Koder Hack
Parallel programming using Microsoft .NET Framework 4.0
by John Michael Hauck
“Programming Massively Parallel Processors (second edition)” by Kirk and Hwu is a very good second book for those interested in getting started with CUDA.
by mazhou
Asynchronous programming models
by Ashoka RKT
This article talks about Visual Studio 2010’s powerful debugging features applicable from beginner to expert (based on latest VS2010 beta 2).
by Trần_Tuấn_Anh
The Fork/Join Framework is an essential tool in Java for optimizing parallel processing tasks. It is designed to take full advantage of multi-core processors by breaking down large tasks into smaller subtasks, executing them in parallel, and then combining the results.