mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Mention Cython and remove obsolete alternatives
This commit is contained in:
parent
eb50ba5ab7
commit
09264b66f2
3 changed files with 11 additions and 12 deletions
|
@ -127,9 +127,9 @@ increased speed.
|
|||
|
||||
.. XXX seems to have overlap with other questions!
|
||||
|
||||
`Pyrex <http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/>`_ can compile a
|
||||
slightly modified version of Python code into a C extension, and can be used on
|
||||
many different platforms.
|
||||
`Cython <http://cython.org>`_ and `Pyrex <http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/>`_
|
||||
can compile a slightly modified version of Python code into a C extension, and
|
||||
can be used on many different platforms.
|
||||
|
||||
`Psyco <http://psyco.sourceforge.net>`_ is a just-in-time compiler that
|
||||
translates Python code into x86 assembly language. If you can use it, Psyco can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue