./lang/py-psyco, Python JIT and execution accelerator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 1.6nb1, Package name: py27-psyco-1.6nb1, Maintainer: pkgsrc-users

Psyco is a specializing compiler. In a few words let us first see:

What you can do with it

In short: run your existing Python software much faster, with no change in
your source.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
Java's, that emit machine code on the fly instead of interpreting your Python
program step by step. The result is that your unmodified Python programs run
faster.

Benefits
2x to 100x speed-ups, typically 4x, with an unmodified Python interpreter and
unmodified source code, just a dynamically loadable C extension module.

Drawbacks
Psyco currently uses quite a lot of memory. It only runs on Intel
386-compatible processors (under any OS) right now. There are some subtle
semantic differences (i.e. bugs) with the way Python works; they should not be
apparent in most programs.


Master sites:

SHA1: 3c1ffa70b1a37bd855454d41d41a830e9ea82e7d
RMD160: 472669a7a3714aae63710fd9bc5322b4b5214944
Filesize: 347.572 KB

Version history: (Expand)