[pypy-dev] Pypy is slower than Python
Armin Rigo
arigo at tunes.org
Wed May 1 10:56:48 CEST 2013
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.
More information about the pypy-dev
mailing list