Micropython schneller machen
In Micropython gibt es 2 Decoratoren, die aus dem Micropythoncode Maschinencode erzeugen. Damit lassen sich Funktionen beschleunigen.
https://docs.micropython.org/en/latest/develop/compiler.html
https://docs.micropython.org/en/latest/reference/speed_python.html
Native
https://docs.micropython.org/en/latest/develop/natmod.html
Viper
https://docs.micropython.org/en/latest/reference/speed_python.html
Inline Assembler
https://docs.micropython.org/en/latest/pyboard/tutorial/assembler.html