On 1 September 2011 15:29, Fenn Bailey <fenn.bai...@gmail.com> wrote: > The results were a little surprising (and not in a good way): > http://pastie.org/2463906 ... > Any ideas as to why the performance drop-off would be so significant?
N = 200 means most of the benchmarks probably won't even JIT, so that might be a start. The threshold in the released pypy is N = 1000. But even without JIT, 20+ fold slowdowns are very interesting: 10n_render, query_all and query_raw. I wonder if anyone has benchmarked sqlite under pypy - that would have the most dramatic effect here. -- William Leslie _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev