Psyco Python

last modified: October 1, 2014

Psyco is a JustInTimeCompilation compiler for PythonLanguage

Running unmodified Python programs through psyco results in 2x-100x speedups at the expense of increased memory usage. Currently only supported on Intel architectures.


CategoryPython


Loading...