One of the ongoing frustrations for me at work is this:
thoughts = rand()
Thursday, November 18, 2010
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!
Subscribe to:
Posts (Atom)