openbsd-ports/devel/py-psyco/pkg/DESCR
fgsch 111e28d127 extension module to speed up the execution of Python code
ok and help from alek@ and xsa@. ta!
2005-01-11 00:01:36 +00:00

7 lines
274 B
Plaintext

Psyco is a Python extension module which can massively speed up the
execution of any Python code.
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.