the above code takes ~35 seconds to run on my computer. WTF???
Name:
Anonymous2007-04-24 2:26 ID:f6XAXaoY
I'm not all that impressed by Psyco. I've tried in on a real-world app, and once I managed to keep it from crashing, the improvement was a meager 15%.
I had been hoping for ~200%. Ouch.
To be fair, there are a number of things in Python that aren't easy to optimize, but Psyco is excellent evidence that microbenchmarks are close to worthless. :(