[pyar] xrange (2.7) vs range(3.2)

Daniel dmlistapython en gmail.com
Jue Mayo 29 08:47:25 ART 2014


Hice la siguiente prueba:

$ python -m timeit 'for i in xrange(1000000):' ' pass'
100 loops, best of 3: 18.4 msec per loop

$ python3 -m timeit 'for i in range(1000000):' ' pass'
10 loops, best of 3: 31.3 msec per loop

Por qué es más lento en python3 ¿no se supone que deberían comportase
igual o estoy testeando mal?
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20140529/9c7c84a4/attachment.html>


More information about the pyar mailing list