New language

Courageous jkraska1 at san.rr.com
Tue May 29 21:15:52 EDT 2001


>> They're too heavy, again. :)

>Please clarify "heavy".

To the extent that dictionaries contribute to Python function dispatch
overhead, they're "too heavy". Is that better? :-)

>Performance often only becomes an issue when stupid programmers play with
>too many features. 

I categorically disagree with this statement. As someone who's
conducted large amounts of program profiling, I assert that the
vast majority of bad program performance comes from very
simple decisions which have gone awry due to a lack of the
programmer's understanding of the probable cost of invoking
generally simple pieces of code.


C//




More information about the Python-list mailing list