Skip to content

gh-38: release Python GIL in numpy loops#39

Merged
ntessore merged 1 commit intomainfrom
pr-38
Apr 14, 2024
Merged

gh-38: release Python GIL in numpy loops#39
ntessore merged 1 commit intomainfrom
pr-38

Conversation

@ntessore
Copy link
Owner

The Python GIL is now released while numpy evaluates the inner loops of the vectorised functions. This might help in applications where other Python code runs in parallel to healpix carrying out large computations.

Closes: #38

The Python GIL is now released while numpy evaluates the inner loops of
the vectorised functions.  This might help in applications where other
Python code runs in parallel to healpix carrying out large computations.
@ntessore ntessore merged commit a13d3c1 into main Apr 14, 2024
@ntessore ntessore deleted the pr-38 branch April 14, 2024 21:38
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.

Release Python GIL

1 participant