Parallel
Parallel Feature Articles
Dr. Dobb's Archive
On this site is archived all the content from Dr. Dobb's that was published on the Web through December 31, 2014.
Finding the Median of Two Sorted Arrays Efficiently
Merge operations integrate sorted arrays by triaging entries based on a median value. Finding that value accurately and efficiently requires careful work.
Matching Wildcards: An Empirical Way to Tame an Algorithm
Optimizing and testing a wildcard algorithm to get 5x performance improvement.
Unified Memory in CUDA 6: A Brief Overview
The advent of a unified memory model in CUDA 6 has made GPU programming much easier by removing lots of implementation details that developers formerly had to manage manually.
Parallel In-Place Merge Sort
A very fast, parallel, simple to implement sort makes efficient use of memory.