Skip to content
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

Python 3.13 GIL-free #247

Open
nalepae opened this issue Jul 30, 2023 · 1 comment
Open

Python 3.13 GIL-free #247

nalepae opened this issue Jul 30, 2023 · 1 comment

Comments

@nalepae
Copy link
Owner

nalepae commented Jul 30, 2023

Python 3.13 may be released with an option to disable the GIL: https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython/30474

Currently, the Python GIL forces Pandarallel to split workers over processes, with slow and expensive inter-process communication.

A version of Python without the GIL would allow Pandarallel to split workers in multi-thread mode.
It would avoid this inter-process and data duplication, and thus it may introduce a potentially massive performance bump!

Let's keep an eye on it!

(@till-m)

@nalepae
Copy link
Owner Author

nalepae commented Jan 23, 2024

Pandaral·lel is looking for a maintainer!
If you are interested, please open an GitHub issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant