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

Release the GIL when dealing with not Python related things #44

Open
antaljanosbenjamin opened this issue Jul 4, 2022 · 1 comment
Open
Labels
community community Effort - Unknown Effort - Unknown enhancement enhancement Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@antaljanosbenjamin
Copy link
Contributor

Without releasing the GIL while doing not Python related things (especially IO) using multiple threads can be inefficient. A possible workaround is using multiple processes, but then sharing data requires pickling/unpickling.

This issue is the result of a discussion on Memgraph's Discord server.

@antaljanosbenjamin antaljanosbenjamin added the enhancement enhancement label Jul 4, 2022
@Kevin-Mc-Callister
Copy link

That's a good description, thanks!

@katarinasupe katarinasupe added community community Severity - S3 Severity - S3 Effort - Unknown Effort - Unknown Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - Unknown Effort - Unknown enhancement enhancement Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

3 participants