1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-psyco/pkg-descr
2006-06-14 21:46:20 +00:00

7 lines
284 B
Plaintext

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/