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
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to