[pypy-dev] Pypy is slower than Python

Maciej Fijalkowski fijall at gmail.com
Wed May 1 11:47:29 CEST 2013


On Wed, May 1, 2013 at 10: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.

oops, indeed, I looked but then I swapped numbers in my mind


More information about the pypy-dev mailing list