Make Python Run as Fast as C with Psyco

Psyco is a Python specializing compiler and is an external module, but it could someday be included in Python itself. With only a tiny amount of extra programming, Psyco can often be used to increase the speed of Python code by orders of magnitude. This article looks at what Psyco is, and tests it in various applications.

12 Comments

  1. 2002-10-15 11:50 pm
  2. 2002-10-16 5:37 am
  3. 2002-10-16 6:57 am
  4. 2002-10-16 8:17 am
  5. 2002-10-16 9:42 am
  6. 2002-10-16 9:58 am
  7. 2002-10-16 10:31 am
  8. 2002-10-16 12:21 pm
  9. 2002-10-16 12:22 pm
  10. 2002-10-16 12:39 pm
  11. 2002-10-16 5:28 pm
  12. 2002-10-16 10:08 pm