On Wed, Apr 27, 2011 at 6:33 AM, Dan Stromberg <drsali...@gmail.com> wrote: > On Tue, Apr 26, 2011 at 1:20 PM, Chris Angelico <ros...@gmail.com> wrote: > >> But question: Why are you doing major number crunching in Python? On >> your quad-core machine, recode in C and see if you can do the whole >> job without bothering the unreliable boxen at all. > > Hmm, or try Cython or PyPy. ^_^
Sure, or that. I automatically think in terms of coding in C++ for performance, but that's because I'm fluent in it. If you're not, then yep, PyPy or Cython will do better. Chris Angelico -- http://mail.python.org/mailman/listinfo/python-list