Updated Improving performance with Viper code (markdown)

bixb922
2024-04-18 09:30:40 -04:00
parent 706f284e2c
commit 69a38d9fcd

@@ -1,7 +1,7 @@
The viper code emitter uses special viper native data types to get faster performance. The largest advantage is for integer arithmetic, bit manipulations and integer array operations.
Read the official documentation here: https://docs.micropython.org/en/v1.9.3/pyboard/reference/speed_python.html
Read the official documentation here: https://docs.micropython.org/en/latest/reference/speed_python.html
# An example
```py