ntessore / healpix

Python and C package for HEALPix discretisation of the sphere
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Release Python GIL #38

Closed ntessore closed 5 months ago

ntessore commented 5 months ago

Release the Python GIL when the healpix functions are mapped over their input arrays. This all happens at the C level, so no interaction with Python is necessary.