| Subcribe via RSS

My Python maxes out my cpus…

May 7th, 2008 Posted in Programming, Python

... And it's just the unittest I wrote for an application I'm cooking up:

Picture 1.png

Python is consuming much in the way of processor time. I <3 the processing module. All the workers are doing is tossing integers from one queue to another (in, out, result) and doing random multiplication on those integers.

Delicious.