8,510,338 members and growing!
The Parallelism Zone
"Multi-core (and multi-processer) machines are dominant these days. Soon you will not be able to find machines with less than 8 cores. As such, the traditional way of writing serial programs will not be able to make use of such power by default. Programs should be written in a way which utilizes the power of multi-cores. Running a serial program on a multi-core machine has nearly zero performance enhancements."
- Mohamad Halabi
Introducing .NET 4.0 Parallel Programming
If you haven't begun your journey into parallel programming, let's get started.
Articles
 |
by Nick Kopp
How to get 30x performance increase for queries by using your Graphics Processing Unit (GPU)...
|
 |
by Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
|
 |
by Rob Lyndon
Using parallel implementations of SqlBulkCopy to achieve fast data transfer from a single XML...
|
 |
by Nick Kopp
An introduction to using Cudafy.NET to perform processing on a GPU
|
 |
by logicchild
An article that describes concurrent collections.
|
 |
by Wayne Wood
Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples
|
 |
by mohamad halabi
Introduces the Parallel Programming features of .NET 4.0.
|
 |
by logicchild
An article that presents the basics of Parallel Computing in .NET 4.0
|
 |
by James Cann
Sequential Asynchronous logging example using the CCR
|
|
|