金庆的专栏

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  423 随笔 :: 0 文章 :: 454 评论 :: 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 金庆 阅读(738) 评论(0)  编辑 收藏 引用 所属分类: 1. C/C++6. Python

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理