[PyQt] pyQt5 + Cython
oliver
oliver.schoenborn at gmail.com
Thu Feb 2 03:14:25 GMT 2017
Main tip is to only cynothize bits that are bottleneck. If you search for
"pyqt cython" on google you will find quite a bit of good info.
On Fri, 13 Jan 2017 at 08:02 <wweiradio at sina.com> wrote:
Hi,
I am developing application on embedded device using PyQt. To improve the
performance, I plan to use Cython to convert the code into C/C++ and
compile to binary.
If anyone have tried this, will you please share some tips?
Best regards,
Cason
_______________________________________________
PyQt mailing list PyQt at riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
--
Oliver
My StackOverflow contributions
My CodeProject articles
My Github projects
My SourceForget.net projects
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170202/2e262c97/attachment.html>
More information about the PyQt
mailing list