-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
code cleanupThe code needs optimizationThe code needs optimizationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
The actual implementation is browsing through all known properties and processes a "search and replace" in the given string. This is not optimized. The algorithm is getting slower and slower as we create more properties.
The PropertyManager::Expand() method should be optimized to search for ${...} patterns inside the string and replace the content as required.
Metadata
Metadata
Assignees
Labels
code cleanupThe code needs optimizationThe code needs optimizationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed