[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-dev
Subject:    Re: [pypy-dev] Is PyPy appropriate for Django?
From:       Armin Rigo <arigo () tunes ! org>
Date:       2011-08-25 8:22:29
Message-ID: CAMSv6X15L25XD8d6Rnn0d9pxWXq=QFmm2yDwB=h9Pxk0PxbumA () mail ! gmail ! com
[Download RAW message or body]

Hi Andy,

On Wed, Aug 24, 2011 at 11:26 PM, Andy <angelflow@yahoo.com> wrote:
> 1) For URL routing Django uses the re module, which is a C extension. Would
> JIT work with that?

Is this "re" the regular expression module?  If so, it's a standard
library module, so PyPy provides one too, rewritten in RPython.  In
fact it is expected to be much faster than CPython's in the long run,
because regular expressions also use the JIT to compile regular
expression objects (which are originally some kind of bytecode).


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic