8000 PEP 684: Add a PEP for making the GIL per-interpreter by ericsnowcurrently · Pull Request #2387 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 684: Add a PEP for making the GIL per-interpreter #2387

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Separate the problematic list item.
  • Loading branch information
ericsnowcurrently committed Mar 9, 2022
commit c31d9e890a925c852c880eb8d28c6bf57e8365ec
2 changes: 2 additions & 0 deletions pep-0684.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ without simple solutions:
* Trent Nelson's "PyParallel" project
* incomplete; Windows-only at the time
* ``multiprocessing``

* too much work to make it effective enough;
high penalties in some situations (at large scale, Windows)

* other parallelism tools (e.g. dask, ray, MPI)
* not a fit for the stdlib
* give up on multi-core (e.g. async, do nothing)
Expand Down
0