Packages not in Groups

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:Packages not in Groups
URL:http://psyco.sourceforge.net/ Source: python-psyco

Packages

Name Version Release Type Size Built
python-psyco 1.5.1 3.fc4 i386 446 KiB Fri Aug 11 11:51:36 2006

Changelog

* Fri Aug 11 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 1.5.1-3
- Include, don't ghost .pyo files per new guidelines
* Fri May 5 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 1.5.1-2
- Fix source line and rebuild
* Fri May 5 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 1.5.1-1
- Update to new upstream

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