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
Implement and index for LibraryState usage to find very fast instances of a library without looping state machines and so on.
This index has to be build when a state machine is open or integrated into the library manager. Last option seems maybe to be the best but it is very centralized. The index should be in the library manager or at least separated from other core elements.
Finally use the feature to implement the refresh of state machines that use changed library state machines.
Please add your opinion or come by for a discussion. The issue is related to advanced library tree features.
Finally I came to the conclusion that the cheapest implementation of the feature comes with the centralized library state generation by the library manager and library manager model and the storage of weak references of all instances in a list. Thereby the feature is also partly related to the pre-load of libraries, see issue #371, because the library manager will generate indexed elements but those are not in use.
Originally created by @Rbelder at 2017-07-12 13:19:04+00:00 (moved from RMC internal repository)
This discussion was converted from issue #372 on December 13, 2024 12:00.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This index has to be build when a state machine is open or integrated into the library manager. Last option seems maybe to be the best but it is very centralized. The index should be in the library manager or at least separated from other core elements.
Please add your opinion or come by for a discussion. The issue is related to advanced library tree features.
Finally I came to the conclusion that the cheapest implementation of the feature comes with the centralized library state generation by the library manager and library manager model and the storage of weak references of all instances in a list. Thereby the feature is also partly related to the pre-load of libraries, see issue #371, because the library manager will generate indexed elements but those are not in use.
Originally created by @Rbelder at 2017-07-12 13:19:04+00:00 (moved from RMC internal repository)
Beta Was this translation helpful? Give feedback.
All reactions