mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Updated Improving performance with Viper code (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user