[Python-Dev] Re: a serious threat to 2.3's speed?

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Thu Dec 11 14:55:09 EST 2003


> From: Fredrik Lundh
> 
> key features contributing to this is true gc, call-site 
> caching, and "traditional"
> (C-style) argument passing for common cases.

Did you collect stats on how much garbage collection actually occurred during the tests? How did it compare to stock CPython?

One of the big flaws in benchmarking early versions of Java of course was that most tests didn't end up invoking the garbage collector - hence showing an artificially good result that could not be observed in real-world usage.

Tim Delaney



More information about the Python-Dev mailing list