I'm writing a php web application using Yii and need to use C++ (will use Qt-Core) for some performance critical parts. I have two options:

i) Using php-qt and write those parts using qt bindings for php.
ii) Write those parts in C++/Qt and using swig to generate php extensions to use in my php app.

Which one would you suggest from a performance standpoint?
How much difference would there be between the two?

Thanks!

link|improve this question

feedback

1 Answer

Even though I like Qt quite a bit, but if performance is your concern I would take the swig path.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.