[Python-Dev] Psyco3 is working (original) (raw)

Armin Rigo arigo@ulb.ac.be
Wed, 10 Oct 2001 12:54:46 +0200 (MET DST)


Hello everybody,

Psyco, the Python Specializing Comiler, is working --- currently only on very simple examples, but it works well. The previous acceleration of 3 to 5 times is peanuts; now I get a factor 100, including the compilation time!

If you don't believe me have a look at it:

http://homepages.ulb.ac.be/~arigo/psyco/

Promizing-to-add-a-lot-of-comments-in-the-source'ly yours,

Armin