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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
I found that a significant amount of time is spend in built-in method nt.stat() when reading in a carray. The nt.stat() is used by os.path.exists() which is called every time a chunk is read. I suggest to use try/except instead of checking whether the chunkfile exists everytime a chunk is read.
The text was updated successfully, but these errors were encountered:
I found that a significant amount of time is spend in built-in method nt.stat() when reading in a carray. The nt.stat() is used by os.path.exists() which is called every time a chunk is read. I suggest to use try/except instead of checking whether the chunkfile exists everytime a chunk is read.
The text was updated successfully, but these errors were encountered: