Julian Reschke created SLING-11328:
--------------------------------------
Summary: resource resolver: scales badly for duplicate vanity paths
Key: SLING-11328
URL: https://issues.apache.org/jira/browse/SLING-11328
Project: Sling
Issue Type: Improvement
Components: ResourceResolver
Affects Versions: Resource Resolver 1.8.6
Reporter: Julian Reschke
See
<https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/52b8366e9b6e5ddff14b1ed340e780247b2d627a/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java#L955-L976>:
- upon add, new list is created, copied to, and then sorted
Proposal:
- avoid copying
- avoid sorting over and over again during resolver startup
--
This message was sent by Atlassian Jira
(v8.20.7#820007)