Python's Performance

Alex Stapleton alexs at advfn.com
Sun Oct 9 14:13:39 EDT 2005


On 9 Oct 2005, at 19:04, Bruno Desthuilliers wrote:


> Laszlo Zsolt Nagy a écrit :
>
>
>> Dave wrote:
>>
>>
>>
>>> Hello All,
>>>
>>> I would like to gather some information on Python's runtime
>>> performance. As far as I understand, it deals with a lot of string
>>> objects. Does it require a lot string processing during program
>>> execution? How does it handle such time-consuming operations? Is  
>>> there
>>> a way to find out how many string operations (perhaps in the
>>> underlying system) ) it does during program execution?
>>>
>>>
>>
>>
>> Do you want to know how many internal string operations are done  
>> inside
>> the Python interpreter? I believe it is not a useful information.  
>> There
>> are benchmarks testing the *real performance* of Python.
>>
>> For example: http://www.osnews.com/story.php?news_id=5602
>>
>>
>>
>
> A benchmark stating that Python is interpreted is bullshit.
>
>

Except it is interpreted. What is your point?

Python != C







More information about the Python-list mailing list