Skip to content
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

use a deque to extract the linked schemas #46

Merged
merged 1 commit into from
May 5, 2023

Conversation

keewis
Copy link
Collaborator

@keewis keewis commented May 5, 2023

Instead of reading all schemas with the first being the root schema, follow the includes in the schema to recursively get the paths of the actually linked schemas.

In addition to successfully decoding the manifest, this allows us to reduce the open time by a factor of 2 (not sure why, though).

@keewis keewis merged commit 2f6e4b0 into umr-lops:main May 5, 2023
@keewis keewis deleted the actual-schemas branch May 5, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant