用c扩展python,提升python性能的几种方式

  • c写python模块

  • ctypes

  • cython

  • cffi


详细见 https://github.com/gf0842wf/python-c-extension 完整示例

你可能感兴趣的:(ctypes,CFFI)