-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long SXS catalog loading times #39
Comments
I hit this issue earlier today, and I find it quite concerning. This is also causing the tests to be slow, so we should try to see if there is a solution. |
Wondering if this is related to the following warning from the
|
OK, yes, indeed that is the issue. CC: @prayush |
I do the following hack to avoid "infinitely" long waiting times:
|
Is this issue still relevant @Akash-Maurya-0899 ? |
I can use the pickling hack @anuj137 mentioned above, but the loading times are still long via the bare code I initiated this issue against. |
I think we should change the complete API and not use sxs.catalog at all. The base behaviour of the sxs package is actually quite good. |
The following code snippet takes a long time to execute every time I run it:
(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: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?The text was updated successfully, but these errors were encountered: