I'm not too sure what could be better wrong with it, it's rather short:
https://bitbucket.org/pypy/pypy/src/default/pypy/module/itertools/interp_itertools.py#cl-85

Alex

On Fri, Jul 8, 2011 at 2:18 AM, Armin Rigo <ar...@tunes.org> wrote:

> Hi Alex,
>
> Before attacking the problem with the JIT, we should understand better
> why PyPy is 4-8 times slower than CPython.  Normally you'd expect the
> factor to be at most 2.  I suppose the answer is that our
> itertools.repeat() is bad for some reason.
>
>
> A bientôt,
>
> Armin.
>



-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to