|
|
|
|
|
by gmantastic
4646 days ago
|
|
It's selectively adding C-like type declarations to Python code speed up the slow bits. C code is then generated and compiled into a Python extension module. This is similar to adding type information to Common Lisp code to allow the compiler to optimise it. http://docs.cython.org/src/quickstart/cythonize.html |
|
That's not the case?
You just add typing to your python and you're good to go?