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
Loading of the pynxtools schema package can take a long time and eat up a lot of memory. We should explore options on how to limit the schema to what is required.
Just some thoughts:
We could lazy load the schema only when it is needed in the parser
We could only load parts of the schema depending on what each parser needs (i.e., if I use NXmpes, I only load that part of the schema that has the mpes appdefs as well as all the base classes that are inherited)
Regarding the previous point, we must think how we can deal with that in the app.
The text was updated successfully, but these errors were encountered:
Loading of the pynxtools schema package can take a long time and eat up a lot of memory. We should explore options on how to limit the schema to what is required.
Just some thoughts:
NXmpes
, I only load that part of the schema that has the mpes appdefs as well as all the base classes that are inherited)The text was updated successfully, but these errors were encountered: