Single-purpose plugin design #1721
-
Plugins that require parsing of properties and values can have a significant impact on performance if the same parsing is done for each plugin. Heavy processing should be done only once in its entirety, but for a plugin, we want to provide a single function. If the parsing is done for each such small plugin, it will affect the performance. Is there a mechanism to share values between plugins? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No mechanism for now. We have plans to add value parser into the core, but it will not finished soon. |
Beta Was this translation helpful? Give feedback.
No mechanism for now. We have plans to add value parser into the core, but it will not finished soon.