Paketname | python-psyco |
Beschreibung | Python specializing compiler |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 716 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | |
Paketbetreuer | Alexandre Fayolle |
Quelle | psyco |
Paketgröße | 268458 Byte |
Prüfsumme MD5 | 5d492e6999d15848c8e02fc0a71a2147 |
Prüfsumme SHA1 | 6152c32cfdb247c198491cad1417c357ac666f77 |
Prüfsumme SHA256 | 6ab87f20c0c3bcfd8053edeecd44ad68432699740bd3269dbd8a0847f00a75e9 |
Link zum Herunterladen | python-psyco_1.6-2_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.
|