freebsd-ports/devel/py-psyco/pkg-descr
Hye-Shik Chang 1220dc3df8 Add py-psyco 1.0, Python Specializing Compiler
PR:		42456
Submitted by:	Alex Rodioukov <simuran@shaw.ca>
2002-09-11 07:12:41 +00:00

8 lines
320 B
Text

Psyco shows that it is possible to execute Python code at speeds
approaching that of fully compiled languages, by "specialization". The
current prototype operates on i386-compatible processors and shows 2
to 100 times speed-ups, depending on code.
WWW: http://psyco.sourceforge.net/
- Alex Rodioukov <simuran@shaw.ca>