Click here to Skip to main content
15,860,943 members
Everything / Parallel

Parallel

parallel

Great Reads

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.
by Sacha Barber
Using the VS2010 Tasks namespace.
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 Arman Aşçı
Parallel port data register control with C# .NET 2.0 and inpout32.dll.

Latest Articles

by ToughDev
Emulate parallel port printer to capture data from Tektronix 1230 Logic Analyzer
by PascalLandau
In the fifth part of this tutorial series on developing PHP on Docker we will setup some PHP code quality tools and provide a convenient way to control them via GNU make.
by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
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++.

All Articles

Sort by Score

Parallel 

12 Oct 2013 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.
2 May 2017 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.
5 Nov 2017 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.
25 Nov 2018 by Bartlomiej Filipek
What performance can we get from C++17 parallel algorithms?
21 Aug 2009 by User 5271454
Utilizing the CCR to manage and execute plug-ins.
25 Dec 2014 by Yin Kan (Gavin) Lee
Stream large result set from Web API to WPF on background thread and display on Datagrid
3 Dec 2018 by Amir Emamjomeh
A study of .NET Parallel Class in solving a system of linear equations using bi-conjugate gradient stabilized method
14 Dec 2014 by D Sarthi Maheshwari
A look at possible parallel-producer-consumer patterns (Second Part)
27 Feb 2017 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.
27 Jul 2018 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.
3 Nov 2016 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
3 Mar 2019 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++.
21 Nov 2011 by dmihailescu
UI and concurrent programming using IAsyncResult, BackgroundWorker, TPL, and ‘async’ syntax.
11 Nov 2010 by Ajay Vijayvargiya
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
7 Nov 2011 by Phil Martin
An introduction to the Reactive Framework using some practical examples
9 Dec 2016 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
29 Aug 2013 by Keith L Robertson
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
23 Jun 2020 by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
13 Oct 2012 by Alesiani Marco
A Wave PDE simulation using GPGPU capabilities
4 Oct 2017 by Bhairav Thakkar
A robust framework for complete implementation of Finite Element Analysis in VB.NET
4 May 2014 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.
3 Sep 2012 by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.
3 Feb 2018 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
30 Dec 2014 by Babu_Abdulsalam
Various features supporting Concurrency in C++11
27 Jun 2010 by Wayne Wood
Verify the execution efficiency of a short CUDA program when using the library thrust
21 Apr 2018 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.
13 Mar 2015 by User 6918454
Light-weight image viewer for .NET 4.5.1, supporting multi-core processing
3 Jan 2008 by Marc Clifton
An overview of Microsoft's Parallel FX initiative, including the Task Parallel Library and PLINQ.
4 Nov 2010 by logicchild
An article that presents the basics of Parallel Computing in .NET 4.0
1 Jul 2010 by Wayne Wood
Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples
12 Feb 2018 by nchamberlain
Avian Computing provides new tools for thinking and designing parallel programs
30 May 2004 by Taha Elsayed
Control electrical appliances using PC.
3 Feb 2010 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.
15 Aug 2012 by Arman Aşçı
Time division multiplexing between 6 x 7-Segment displays control with Parallel Port and x86 assembly.
11 Oct 2008 by itaifrenkel
A multi threaded directory size implementation using the CCR
19 May 2011 by logicchild
An article meant to introduce and expand upon the Intel Threading Building Blocks threading library
21 Sep 2009 by User 5271454
Utilizing your CPU cores with Parallel Extensions (TPL).
29 Oct 2008 by User 5271454
Sequential Asynchronous logging example using the CCR
20 Nov 2018 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.
6 Nov 2010 by logicchild
An article that mainly focuses on the TPL
1 Mar 2013 by essence
Local scope delegates and Lambda expressions allow for some very smart and useful utility functions.
5 Jun 2018 by Nikola M. Živković
Task based asynchronous pattern in .NET