Uni code thingy

Mr Finchum 2025-09-29 12:15:41 +02:00
parent 5df8e37ce4
commit a26787d928
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

@ -52,7 +52,7 @@ pip install OptimaLab35
I recommend using *standard* Python rather than PyPy. 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 25% faster 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 25% faster than PyPy.
This is most likely because the program uses PySide6, which relies on CPython extensions that do not benefit from PyPys JIT optimizations. Additionally, since the program uses PySide6s 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.
--- ---