YetiSim Blog

Blogs about simulation and developing YetiSim.

Archive for the 'Parallel Building Blocks' Category

Implementation of Parallel C++ Lists: Part 2

Last time I began to outline how I am implementing parallel lists in C++. In this blog, I will show some of the features of the completed implementation, and will discuss some refinements that could be made.

Read the rest of this entry »


Posted by AJ Guillon  (November 14, 2008)    |    Comments (0)

Implementation of Parallel C++ Lists: Part 1

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.

Read the rest of this entry »


Posted by AJ Guillon  (October 19, 2008)    |    Comments (0)