thoughts = rand()

Thursday, November 18, 2010

The Daily Status

One of the ongoing frustrations for me at work is this:

Dilbert.com

Multi-core programming with Python

I had given a talk on multi-core programming with Python at http://in.pycon.org/2010/. Here is my talk: http://in.pycon.org/2010/talks/65-multi-core-programming-with-python.

I illustrated a multi-core merge sort using Python's multiprocessing module. Couldn't cover Stackless Python though!