From 448cc3291667955ebe936fe28a50bc638706e18f Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Fri, 17 May 2024 13:57:57 +0200 Subject: [PATCH] Faster Python - 8th version --- docs/faster_python.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/faster_python.md b/docs/faster_python.md index 2787da2..adb2cdf 100644 --- a/docs/faster_python.md +++ b/docs/faster_python.md @@ -279,3 +279,19 @@ def function(): ``` --- + +![mypy](images/mypy.png) + +--- + +## Mypyc + +--- + +![Nuitka](images/nuitka.png) + +--- + +## Nuitka + +---