Psyco on 64-bit machines

Robin Becker robin at reportlab.com
Mon Nov 16 08:28:36 EST 2009


Russ P. wrote:
........
> I just stumbled across "unladen swallow," a "faster implementation of
> Python." Is it ready for operational usage? How does it compare to
> Psyco? I poked around their website a bit, but I don't see answers to
> those questions. Thanks.

I've tried a few things with it. It mostly works, but it isn't actually faster 
at normal programs. I've been told their target is for long running processes 
where JIT and similar can speed up the inner loops etc etc. Certainly makes 
sense for google apps in python so perhaps that's the intended end use.
-- 
Robin Becker



More information about the Python-list mailing list