DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-psyco
BeschreibungPython specializing compiler
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.6-2
Sektionpython
Prioritätoptional
Installierte Größe716 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), libc6 (>= 2.3.6-6~)
Empfohlene Pakete
PaketbetreuerAlexandre Fayolle
Quellepsyco
Paketgröße268458 Byte
Prüfsumme MD55d492e6999d15848c8e02fc0a71a2147
Prüfsumme SHA16152c32cfdb247c198491cad1417c357ac666f77
Prüfsumme SHA2566ab87f20c0c3bcfd8053edeecd44ad68432699740bd3269dbd8a0847f00a75e9
Link zum Herunterladenpython-psyco_1.6-2_i386.deb
Ausführliche BeschreibungPsyco 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.


Impressum
Linux is a registered trademark of Linus Torvalds