python3.0 - any hope it will get faster?

  • Thread starter Helmut Jarausch
  • Start date
H

Helmut Jarausch

Hi,

I was somewhat surprised when I ran pystones with python-2.5.2 and
with python-3.0

On my old/slow machine I get

python-2.5.2
from test import pystone
pystone.pystones()
gives (2.73, 18315.018315018315)

python-3.0
from test import pystone
pystone.pystones()
gives (4.2700000000000005, 11709.601873536298)

That's a drop of 36% !

I know that processing unicode is inherently slower,
but still I was surprised that it's so much slower.

Is there any hope Python-3.0 will get faster or
is the main potential for optimizations exhausted, already?

That's not to start a flame war!
I know computers get faster, we human beings don't (me, at least)

--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
K

Kay Schluehr

Hi,

I was somewhat surprised when I ran pystones with python-2.5.2 and
with python-3.0

On my old/slow machine I get

python-2.5.2
from test import pystone
pystone.pystones()
gives (2.73, 18315.018315018315)

python-3.0
from test import pystone
pystone.pystones()
gives (4.2700000000000005, 11709.601873536298)

That's a drop of 36% !

I know that processing unicode is inherently slower,
but still I was surprised that it's so much slower.

On my WinXP notebook

python-3.0
(1.1734318188484849, 42610.059823557647)


python-2.5.1
(1.2927221197107452, 38678.072601703308)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top