[PyPy-issue] [issue617] range() slower than xrange()

Armin Rigo pypy-dev-issue at codespeak.net
Wed Dec 29 12:36:09 CET 2010


New submission from Armin Rigo <armin.rigo at gmail.com>:

Investigate: why is range() slower than xrange() by ~20%?  Test case:

for i in range(200000):
    for j in range(500):
        pass

----------
effort: ???
messages: 2043
nosy: pypy-issue
priority: feature
release: ???
status: unread
title: range() slower than xrange()

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue617>
_______________________________________________________



More information about the Pypy-issue mailing list