[pypy-dev] Pypy is slower than Python

Alex Gaynor alex.gaynor at gmail.com
Wed May 1 16:08:55 CEST 2013


I read the benchmark, it's the loop inside of `zip()` which has very few
iterations.

Alex


On Wed, May 1, 2013 at 1:56 AM, Armin Rigo <arigo at tunes.org> wrote:

> Hi Alex,
>
> On Wed, May 1, 2013 at 12:24 AM, Alex Gaynor <alex.gaynor at gmail.com>
> wrote:
> > I don't think this is a GC case. I think this is a case of loops with
> only a
> > few iterations aren't fast enough.
>
> Dudes, can anyone look seriously at the benchmark? :-)
>
> The core of this benchmark is a loop that does 1'000'000 times
> "dict(zip(keys, vals))", where keys and vals are lists of length 10.
>
>
> 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
GPG Key fingerprint: 125F 5C67 DFE9 4084
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20130501/4bd55314/attachment.html>


More information about the pypy-dev mailing list