Psyco
From Wikipedia, the free encyclopedia
Psyco | |
Developer: | Armin Rigo |
---|---|
Latest release: | 1.5.2 / November 21, 2006 |
OS: | Cross-platform |
Use: | just-in-time compiler for Python |
License: | MIT License |
Website: | http://psyco.sourceforge.net |
Psyco is a specializing compiler / just-in-time compiler for Python developed by Armin Rigo. While Psyco does not significantly improve the speed of I/O-bound applications, it can noticeably speed up CPU-bound applications. The actual speedup depends greatly on application and varies from slight slowdown (quite rare) to 100x speedup (also quite rare).
Currently, Psyco only runs on Windows and Linux 32-bit Intel-based machines and is feature complete, so no further development is expected to take place. A follow-up project to Psyco which has a broader scope is PyPy.