Skip to content

The PropertyManager::Expand() method is not optimized #72

@end2endzone

Description

@end2endzone

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

No one assigned

    Labels

    code cleanupThe code needs optimizationenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions