Parallel Source Code
advmutex.c
Published source code accompanying the article by Sergey Babkin in which he presents Advanced Mutex, a parallel programming pattern. - Parallel
Associated article: File Descriptors And Multithreaded Programs
Tags: C/C++ Tools Parallel Design
lockfree.txt
Published source code accompanying the article by Petru Marginean in which he presents a lock-free queue where one thread can write to the queue and another read from it--at the same time without any locking. Also see LOCKFREE.ZIP. - Parallel
Associated article: Lock-Free Queues
Tags: C/C++ Parallel
critical.txt
Published source code in the article by Herb Sutter in which he examines critical code sections for guaranteeing mutual exclusion on shared variables. - Parallel
Associated article: Apply Critical Sections Consistently
Tags: Design JVM Languages .NET Open Source Parallel C/C++
winlinx.txt
Published source code accompanying the article by Mohamed Abo El-Fotouh which describes a distributed system in which a single Windows machine controls a Linux cluster. - Parallel
Associated article: Distributed Computing: Windows and Linux
Tags: Security Parallel Design
julia.zip
- Parallel
Associated article: RapidMind: C++ Meets Multicore
Tags: C/C++ Open Source Parallel Embedded Systems Design
optmulti.txt
Published source code accompanying the article by Edwin Verplanke in which he examines performance optimization techniques for multicore processors. Also see OPTMULTI.ZIP. - Parallel
Associated article: Optimizing Software for Multicore Processors
Tags: .NET C/C++ Parallel Embedded Systems JVM Languages Design
cell.txt
Published source code accompanying the article by Daniele Paolo Scarpazza, Oreste Villa, and Fabrizio Petrini which presents algorithms and strategies they've used to make breadth-first search on graphs as fast as possible on the Cell multi-core processor. Also see CELL.ZIP. - Parallel
Associated article: Programming the Cell Processor
Tags: C/C++ Parallel Embedded Systems
ant.zip
Unpublished source code accompanying the article by by Andrew Colin in which he unravels Ant Colony optimizers which can be used to simulate routing problems when network topologies change over time. Requires UNZIP/PKUNZIP to extract. - Parallel
Associated article: Ant Colony Algorithms
Tags: C/C++ Parallel Design
rtvideo.txt
Published source code accompanying the article by Karen McMenemy and Stuart Ferguson in which they examine real-time virtual reality by showing you how to use DirectX and OpenGL. Also see RTVIDEO.ZIP. - Parallel
Associated article: Real-Time Stereoscopic Video Streaming
Tags: .NET Parallel
macosx64.txt
Published source code accompanying the article by Rodney Mach in which he address issues involved in porting 32-bit Macintosh applications to 64-bits. Also see MACOSX64.ZIP. - Parallel
Associated article: Mac OS X Tiger & 64 Bits
Tags: Open Source Parallel
Best of the Web
First C Compiler Now on Github
The earliest known C compiler by the legendary Dennis Ritchie has been published on the repository.
HTML5 Mobile Development: Seven Good Ideas (and Three Bad Ones)
HTML5 Mobile Development: Seven Good Ideas (and Three Bad Ones)
Building Bare Metal ARM Systems with GNU
All you need to know to get up and running... and programming on ARM
Amazon's Vogels Challenges IT: Rethink App Dev
Amazon Web Services CTO says promised land of cloud computing requires a new generation of applications that follow different principles.
How to Select a PaaS Partner
Eventually, the vast majority of Web applications will run on a platform-as-a-service, or PaaS, vendor's infrastructure. To help sort out the options, we sent out a matrix with more than 70 decision points to a variety of PaaS providers.

