diff --git a/Improving-performance-with-Viper-code.md b/Improving-performance-with-Viper-code.md index 3d1089a..9e97625 100644 --- a/Improving-performance-with-Viper-code.md +++ b/Improving-performance-with-Viper-code.md @@ -39,7 +39,7 @@ This viper function is about 16 times faster on a ESP32-S3 with PSRAM wih an arr In this example, the original add_to_array() function with @micropython.native decorator is about 1.6 times faster than the original function. -Some have reported much higher performance gains, for example 100 times! +Some have reported much higher performance gains! # The viper decorator