Where C++ took us
-
Embarrassingly parallel solutions
Calculating the Mandelbrot set (which I covered in my previous post) lends itself to parallel processing. The value for each pixel is not dependant on…
-
Notes on using WordPress
This web-site is my first public web-site, and following the advice of my web-hotel, I have based it on WordPress. This post is about my…
-
Primes, parallelism, and caches Part 2
Summer’s come to an end and it’s time again to pick up indoor activities – like exploring the world of computer programming with C++. My…
-
Primes, parallelism and caches Part I
Our first excursion is going to be into using the parallel processing capabilities of a modern PC. To have an interesting problem to work with,…
