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
Can someone clarify whether the thread safety corresponds to reading the same file in parallel or multiple reads from different files? Also can the read me please be updated? I did not know how to contact the organisation so I made an issue instead. I apologize if this was wrong.
The text was updated successfully, but these errors were encountered:
Note that libnetcdf's approach to threading seems to be "everything takes a global lock" (and I've seen it crash when opening unrelated files on different threads, probably someone forgot to take that lock).
You can use threads with this crate, but don't expect an increase in throughput.
Can someone clarify whether the thread safety corresponds to reading the same file in parallel or multiple reads from different files? Also can the read me please be updated? I did not know how to contact the organisation so I made an issue instead. I apologize if this was wrong.
The text was updated successfully, but these errors were encountered: