Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Yii 编写一个 php Web 应用程序,并且需要对一些性能关键部分使用 C++(将使用 Qt-Core)。我有两个选择:
i) 使用 php-qt 并使用 php 的 qt 绑定编写这些部分。 ii) 用 C++/Qt 编写这些部分,并使用 swig 生成 php 扩展以在我的 php 应用程序中使用。
从性能的角度来看,您会建议哪一个? 两者之间会有多大区别?
谢谢!
尽管我非常喜欢 Qt,但如果您关心性能,我会选择 swig 路径。