[QGIS-Developer] Cython module in a QGIS plugin

Axel Hörteborn axel.n.c.andersson at gmail.com
Thu Mar 3 13:08:22 PST 2022


Hi QGIS devs,

I'm planning to update my QGIS plugin with some new features. The new
features are really computational heavy (reading binary data and making
some computation) so I've tried to use Cython to speed up some parts of it.

Is the best strategy to include Windows/Linux Cython compiled files (.pyd)
in the plugin folder (which versions is recommended to compile for and
include?)? Or shall I try to create some initialization setup of the plugin
where the files are compiled locally with Cython? Or is there any other
better solutions?

Best regards
Axel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20220303/8b5ba11f/attachment.html>


More information about the QGIS-Developer mailing list