In my last blog I outlined primitive data types to enable easy parallel programming using my C++ library. This weekend I began to implement my “lists with a twist”. The implementation has an elegant thought behind it, but there are inevitable messy low-level details. In this blog, I will outline these messy low-level details and in my next blog I will demonstrate the completed interface.
Implementation of Parallel C++ Lists: Part 1
Posted by AJ Guillon (October 19, 2008) | Comments (0)