generated from gwnrtools/gwnrtools
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The following code snippet takes a long time to execute every time I run it:
from nrcatalogtools import SXSCatalog
sxscatalog = SXSCatalog.load()
(Just to be clear, it's the second line that's taking long time to execute)
I already have catalog.zip
stored in my ~/.cache/sxs
directory, and still it takes a lot of time to load. I also tried to explicitly disable the downloading like so:
sxscatalog = SXSCatalog.load(download=False)
and it still takes long to execute.
Can this be cured or is this some "fundamental" I/O speed limitation in reading the catalog.zip
file itself?
Metadata
Metadata
Assignees
Labels
No labels