[
https://issues.apache.org/jira/browse/SLING-11328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-11328.
--------------------------------------
Resolution: Resolved
PR is applied, thanks
> 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
> Assignee: Carsten Ziegeler
> Priority: Minor
> Fix For: Resource Resolver 1.9.2
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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.10#820010)