From a34b60d03ca326e2bb7bf172cd0e15620c435724 Mon Sep 17 00:00:00 2001 From: bixb922 <70152274+bixb922@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:55:06 -0400 Subject: [PATCH] Could not find references for extreme performance gains --- Improving-performance-with-Viper-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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