You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we now have the machinery to release the GIL in certain places of the code, introduced in #113, we can use this to release the GIL in the query functions of the STRtree.
(this will be useful for making a parallel sjoin in geopandas-dask)
Since we now have the machinery to release the GIL in certain places of the code, introduced in #113, we can use this to release the GIL in the query functions of the STRtree.
(this will be useful for making a parallel sjoin in geopandas-dask)