Cython: The Best of Both Worlds 论文

2010Computing in Science & Engineering引用 1249
Computational Physics and Python ApplicationsParallel Computing and Optimization Techniques

摘要

Cython is a Python language extension that allows explicit type declarations and is compiled directly to C. As such, it addresses Python's large overhead for numerical loops and the difficulty of efficiently using existing C and Fortran code, which Cython can interact with natively.