all() is slow?
John Nagle
nagle at animats.com
Wed Nov 9 17:16:23 EST 2011
More information about the Python-list mailing list
Wed Nov 9 17:16:23 EST 2011
- Previous message (by thread): all() is slow?
- Next message (by thread): all() is slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/7/2011 1:00 PM, OKB (not okblacke) wrote:
> I noticed this (Python 2.6.5 on Windows XP):
CPython is slow. It's a naive interpreter. There's
almost no optimization during compilation. Try PyPy
or Shed Skin.
John Nagle
- Previous message (by thread): all() is slow?
- Next message (by thread): all() is slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list