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 a UML model serialized with sirius-emf-json is particularly slow compared to other metamodels.
It seems to be linked to the implementation of GsonEObjectDeserializer.handleForwardReference, which in the case of UML invokes a custom NamedElementImpl.eObjectForURIFragmentSegment.
Loading the same UML model from a .uml file, or loading a similarly sized non-UML module (e.g. Papaya instance) using sirius-emf-json does not exhibit this particular issue.
The text was updated successfully, but these errors were encountered:
Loading a UML model serialized with sirius-emf-json is particularly slow compared to other metamodels.
It seems to be linked to the implementation of
GsonEObjectDeserializer.handleForwardReference
, which in the case of UML invokes a customNamedElementImpl.eObjectForURIFragmentSegment
.Loading the same UML model from a
.uml
file, or loading a similarly sized non-UML module (e.g. Papaya instance) using sirius-emf-json does not exhibit this particular issue.The text was updated successfully, but these errors were encountered: