High Performance Python (from Training at EuroPython 2011) by Ian Ozsvald - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
CHAPTER
PSYCO
Psyco is a Just In Time compiler for 32 bit Python, it used to be really popular but it is less supported on Python 2.7 and doesn’t (and won’t) run on 64 bit systems. The author now works exclusively on PyPy.
IAN_TODO consider running pure_python/pure_python_2/shedskin2 on Ubuntu 32 bit with Python 2.6 32 bit
