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 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
by User 4677916
This article presents a reusable class and technique for easily doing Asynchronous Programming using the Begin/End Pattern and the new Reactive Extensions for .NET (Rx) library.
by Taylor Kobani
A study of .NET Parallel Class in solving a system of linear equations using bi-conjugate gradient stabilized method
by Intel
In this article, we’ll discuss the Intel GZIP example design, implemented with oneAPI, and how it can help make FPGAs more accessible.
by Chris Maunder, Henry Gabb
A rambling chat about parallelization, vectorization, Intel® Parallel Studio XE and how sometimes you really need to trust the tools you use.
by Nikola M. Živković
Task based asynchronous pattern in .NET
by Keith L Robertson
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
by Babu_Abdulsalam
Various features supporting Concurrency in C++11
by User 5271454
Utilizing the CCR to manage and execute plug-ins.
by User 5271454
Sequential Asynchronous logging example using the CCR
by Ajay Vijayvargiya
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
by Shivprasad koirala
This article will explain the difference between concurrency and parallelism. Concurrency vs parallelism has been a debated topic for a long time.
by Marc Clifton
An overview of Microsoft's Parallel FX initiative, including the Task Parallel Library and PLINQ.
by Taha Elsayed
Control electrical appliances using PC.
by Intel
Optimizing Performance for an Autonomous Driving Application
by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.
by Wade Harvey
This article shows how to use Winforms, WPF and C# to create a File Explorer Clone with Tabs and an extremely fast parallel file search utility.
by Bhairav Thakkar
A robust framework for complete implementation of Finite Element Analysis in VB.NET
by Paulo Zemek
A dictionary implementation optimized for caches and the GetOrCreateValue method, supporting real parallelism while reading and avoiding some problems encountered in the ConcurrentDictionary
by Alesiani Marco
A Wave PDE simulation using GPGPU capabilities
by User 6918454
Light-weight image viewer for .NET 4.5.1, supporting multi-core processing
by Arthur V. Ratz
In this article, we'll demonstrate an approach the allows to increase the performance (up to 600%) of the code that implements the conventional distribution counting algorithm (DCA) using NVIDIA CUDA 8.0 Runtime API
by theonemule
To fully take advantage of parallelization features, developers have to change how they code. But a great deal of optimizations can be made through Intel’s parallelization tool, Intel Advisor.
by Shuqian Ying
Service based, multi-application, post ASP.NET 4.0 asynchronous custom membership stores for ASP.NET Identity 2.0 with a hierarchical role system.
by Intel
The new Intel® Xeon Phi™ processor (code-named Knights Landing, or KNL) is Intel’s first processor to deliver the performance of an accelerator with the benefits you’ve come to expect from a standard CPU
by Intel
Julia's approach to multithreading combines many previously known ideas in a novel framework. While each in isolation is useful, we believe that―as is so often the case―the sum is greater than the parts.
by Intel
Maximizing HPC Platforms for Fast Numerical Simulations
by logicchild
An article that presents the basics of Parallel Computing in .NET 4.0
by logicchild
An article that mainly focuses on the TPL
by User 5271454
Utilizing your CPU cores with Parallel Extensions (TPL).
by logicchild
An article meant to introduce and expand upon the Intel Threading Building Blocks threading library
by itaifrenkel
A multi threaded directory size implementation using the CCR
by Arthur V. Ratz
This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.
by Intel
Dispelling the Myths with Tools to Achieve Parallelism
by itaifrenkel
A modular approach for concurrent message passing.
by D Sarthi Maheshwari
A look at possible parallel-producer-consumer patterns (Second Part)
by Ara Aviants
Armat.Threading is an asynchronous code execution library based on .NET TPL mechanisms
by MehreenTahir
This article is a continuation of Programming Concurrency in C++ Part 1. We will discuss synchronization, future and promises along with async and with that, will sum up the introduction of concurrency in C++.
by Noah L
Beware the data race sneak attack.
by nchamberlain
The Sleeping Barber problem, a classic inter-process communication problem, can be studied and explored more easily using tools such as the Concurrency Explorer than using standard parallel or asynchronous coding techniques.
by Yin Kan (Gavin) Lee
Stream large result set from Web API to WPF on background thread and display on Datagrid
by Sacha Barber
Using the VS2010 Tasks namespace.
by Bartlomiej Filipek
What performance can we get from C++17 parallel algorithms?
by Phil Martin
An introduction to the Reactive Framework using some practical examples
by nchamberlain
Avian Computing provides new tools for thinking and designing parallel programs
by essence
Local scope delegates and Lambda expressions allow for some very smart and useful utility functions.
by Kenneth Haugland
Implementation and theory behind TLM modelling for acoustic wave propagation with 2D and 3D view. Also includes a raindrop and boat wake simulation.