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/

Packages

Name Version Release Type Size Built
python-psyco 1.5.1 4.fc6 src 356 KiB Sat Sep 16 14:46:33 2006

Changelog

* Sat Sep 16 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 1.5.1-4
- Rebuild for FC6
* 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

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