Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WTF is up with python?

Name: Anonymous 2007-04-22 19:03 ID:QUkGtLGA

x = 0
while x < 100000000:
  x += 1

the above code takes ~35 seconds to run on my computer. WTF???

Name: Anonymous 2007-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. :(


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List