all() is slow?

alex23 wuwei23 at gmail.com
Wed Nov 9 22:52:35 EST 2011


On Nov 10, 8:16 am, John Nagle <na... at animats.com> wrote:
>      CPython is slow. It's a naive interpreter.  There's
> almost no optimization during compilation.  Try PyPy
> or Shed Skin.

Sometimes people need to understand the performance characteristics of
CPython because it's what they have to use. Pointing them at
alternative implementations isn't an answer.



More information about the Python-list mailing list