Uni code thingy
parent
5df8e37ce4
commit
a26787d928
1 changed files with 1 additions and 1 deletions
2
Home.md
2
Home.md
|
|
@ -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 2–5% 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 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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue