Subject: CVS commit: pkgsrc/lang/py-psyco
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 10/01/2003 22:39:07
Module Name: pkgsrc
Committed By: recht
Date: Wed Oct 1 22:39:07 UTC 2003
Update of /cvsroot/pkgsrc/lang/py-psyco
In directory ivanova.netbsd.org:/tmp/cvs-serv27000
Log Message:
Intial import of py-psyco 1.1.1
from the pkgsrc-wip pkg by Michal Pasternak
Psyco is a specializing compiler. In a few words let us first see:
What you can do with it
In short: run your existing Python software much faster, with no change in
your source.
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. The result is that your unmodified Python programs run
faster.
Benefits
2x to 100x speed-ups, typically 4x, with an unmodified Python interpreter and
unmodified source code, just a dynamically loadable C extension module.
Drawbacks
Psyco currently uses quite a lot of memory. It only runs on Intel
386-compatible processors (under any OS) right now. There are some subtle
semantic differences (i.e. bugs) with the way Python works; they should not be
apparent in most programs.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/lang/py-psyco/Makefile
N pkgsrc/lang/py-psyco/DESCR
N pkgsrc/lang/py-psyco/distinfo
N pkgsrc/lang/py-psyco/PLIST
No conflicts created by this import