- 在python中开发原型(prototype)程序
- 分析程序并找出瓶颈
- 用C语言(或者其他)作为扩展来重写瓶颈代码
#途径
#Jython
#IronPython
#编写C语言扩展
#CPython 用C语言实现标准python版本
#扩展方法
加速常用操作:SWIG Psyco Pyrex Weave NumPY ctypes subprocess modulator
#途径
#Jython
#IronPython
#编写C语言扩展
#CPython 用C语言实现标准python版本
#扩展方法
加速常用操作:SWIG Psyco Pyrex Weave NumPY ctypes subprocess modulator