Development/Libraries

python-psyco - The Python Specialing Compiler

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.
License:MIT Group:Development/Libraries
URL:http://psyco.sourceforge.net/ Source: python-psyco

Packages

Name Version Release Type Size Built
python-psyco 1.5 3.fc3 i386 388 KiB Wed Jan 11 17:45:24 2006

Changelog

* Wed Jan 11 17:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 1.5-3
- Add a description and rebuild.  Ooops.
* Wed Nov 2 17:00:00 2005 Shahms E. King <shahms{%}shahms{*}com> 1.5-2
- Don't package INSTALL.txt which no longer exists
* Tue Nov 1 17:00:00 2005 Shahms E. King <shahms{%}shahms{*}com> 1.5-1
- Update to final upstream release 1.5
- Use srcname and version in URL

Listing created by RepoView-0.5.2-1.fc6 (modified)