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 <ar...@tunes.org> wrote: > Hi Alex, > > On Wed, May 1, 2013 at 12:24 AM, Alex Gaynor <alex.gay...@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
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev