Skip to content

Conversation

@adamreichold
Copy link

Long-running computations can help overall performance of Python programs by explicitly releasing the GIL if they do not need access to Python data structures or interpreter facilities.

Long-running computations can help overall performance of Python programs by
explicitly releasing the GIL if they do not need access to Python data
structures or interpreter facilities.
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

Successfully merging this pull request may close these issues.

1 participant