Re: Specific performance question - Python vs. Java

2006-05-19 Thread Diez B. Roggisch
reinsn wrote: > 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

Specific performance question - Python vs. Java

2006-05-19 Thread reinsn
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 onl