From a26787d928fd72ad8dadf2f6bfaf07fb0b73443d Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 29 Sep 2025 12:15:41 +0200 Subject: [PATCH] Uni code thingy --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a1dfd8f..6d27d56 100644 --- a/Home.md +++ b/Home.md @@ -52,7 +52,7 @@ pip install OptimaLab35 I recommend using *standard* Python rather than PyPy. I ran a small-scale test measuring how long it took to convert images using Python 3.13.2 and PyPy 7.3.15 (Python 3.9.18). Surprisingly, Python was 2–5% faster than PyPy. -This is most likely because the program uses PySide6, which relies on CPython extensions that do not benefit from PyPy’s JIT optimizations. Additionally, since the program uses PySide6’s multithreading, we actually lose performance under PyPy. +This is most likely because the program uses PySide6, which relies on CPython extensions that do not benefit from PyPy's JIT optimizations. Additionally, since the program uses PySide6's multithreading, we actually lose performance under PyPy. ---