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...
详细信息
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.
暂无评论