Checking out the code: https://github.com/wesm/feather/blob/master/python/feather/l...
So the actual reading from and writing to disk should be with a released GIL if I'm reading this correctly. The conversion to and from arrays or dataframes holds the GIL.
Checking out the code: https://github.com/wesm/feather/blob/master/python/feather/l...
So the actual reading from and writing to disk should be with a released GIL if I'm reading this correctly. The conversion to and from arrays or dataframes holds the GIL.