From 69a38d9fcd18781afb2d3c038e727445ab501744 Mon Sep 17 00:00:00 2001 From: bixb922 <70152274+bixb922@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:30:40 -0400 Subject: [PATCH] Updated Improving performance with Viper code (markdown) --- 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 172cd2e..d44553c 100644 --- a/Improving-performance-with-Viper-code.md +++ b/Improving-performance-with-Viper-code.md @@ -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