Paketname | python-psyco |
Beschreibung | Python specializing compiler |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.6-1ubuntu2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 420 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | psyco |
Paketgröße | 141334 Byte |
Prüfsumme MD5 | ccef7bd296cb49009ee53dcaa72dfaaf |
Prüfsumme SHA1 | e621387964f1ce659b64419c3d28412cc8745024 |
Prüfsumme SHA256 | 815c9a29d1d4a00d4d7b982e30b54cb31d2a6753737ef1fa094ca20092abe7e6 |
Link zum Herunterladen | python-psyco_1.6-1ubuntu2_i386.deb |
Ausführliche Beschreibung | Psyco lets you 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.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- although of course not as fast as it could
possibly be if it could emit real machine code.
|