Specific performance question - Python vs. Java

reinsn reinhold.strobl at gmail.com
Fri May 19 05:05:05 EDT 2006


Hi,

I have got a specific question on performance: Is the overhead of
object creation in Python lower than in Java? I mean, I would argue, in
Java by object creation, the complete class is the model and all
methods and attributes are generated for the object.
In Python, methods and objects are only generated, if reached: so could
this represent a performance advantage for Python?

Thanks!




More information about the Python-list mailing list