金庆的专栏

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  78 随笔 :: 0 文章 :: 231 评论 :: 0 Trackbacks

Python Wrapper Tools: A Performance Study

● Manual wrapping is still fastest and most versatile

● SIP, Boost and Babel generate native extension modules with low overhead

● SWIG-generated modules rely on pure Python wrapper module and introduce a large overhead

● Wrapper tool highlights

○ SIP generates the fastest wrappers

○ SWIG is mature and well documented

○ Boost.Python most elegant integration of C++ and Python

○ Babel supports languages as both target and source

posted on 2008-05-23 11:39 金庆 阅读(219) 评论(0)  编辑 收藏 引用 所属分类: 1. C/C++3. Python

标题  
姓名  
主页
验证码 *
内容(提交失败后,可以通过“恢复上次提交”恢复刚刚提交的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
[使用Ctrl+Enter键可以直接提交]
相关链接:
网站导航: