-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
free-threading story #1339
Comments
|
is looking ok:
missing for free-threading experience:
|
|
WinPython-3.13.0b1b result is with sudoku_thread_perf_comparison_typed.py: 3.13 no free-threading |
|
I would like to try this benchmark myself for comparison. Where can I find sudoku_thread_perf_comparison_typed.py? |
https://github.com/winpython/winpython_afterdoc/tree/master/docs/free-threading_test or a non single-file variant from "the master" https://github.com/colesbury/sudopy-python3 adding thread1-4-20 basic test |
|
I used https://github.com/winpython/winpython_afterdoc/blob/master/docs/free-threading_test/sudoku_thread_perf_comparison_typed.py with three small modifications:
Results on an Intel i5-13600KF (20 logical processors, 14 cores): 3.13.0b1 (free-threading): 3.13.0b1 (no free-threading): |
|
Another thing to note: I increased |
|
added time.perf_counter() and this: |
|
most awaited talk on free-threading and subinterpreters from @tonybaloney our advanced multi-threading experimenter is late today... but hey, a repository just appeared : https://github.com/tonybaloney/subinterpreter-web |
|
tried pypy and cythonise.... but both failed.... created tickets |

external progress follow-up:
WinPython internal progress follow-up
The text was updated successfully, but these errors were encountered: