<div dir="ltr">Hi QGIS devs, <div><br></div><div>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.<br><br>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?<br><div><br></div><div>Best regards</div><div>Axel</div></div></div>