development/libraries

python-psyco - The Python Specialing Compiler

Website: http://psyco.sourceforge.net/
License: MIT
Description:
Psyco is a kind of just-in-time (JIT) compiler, a little bit like what exists
for other languages, that emit machine code on the fly instead of interpreting
your Python program step by step. The difference with the traditional approach
to JIT compilers is that Psyco writes several version of the same blocks
(a block is a bit of a function), which are optimized by being specialized to
some kinds of variables (a "kind" can mean a type, but it is more general). The
result is that your unmodified Python programs run faster.

Packages

python-psyco-1.5.1-3.el5.i386 [173 KiB] Changelog by Shahms E. King (2006-08-11):
- Include, don't ghost .pyo files per new guidelines

Listing created by Repoview-0.6.6-1.fc16