[
https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204037#comment-17204037
]
Thomas Heigl commented on WICKET-6835:
--------------------------------------
PR: https://github.com/apache/wicket/pull/455
> Improve performance of AbstractMapper.getPlaceholder
> ----------------------------------------------------
>
> Key: WICKET-6835
> URL: https://issues.apache.org/jira/browse/WICKET-6835
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Affects Versions: 9.0.0
> Reporter: Thomas Heigl
> Assignee: Thomas Heigl
> Priority: Major
>
> {{AbstractMapper.getPlaceholder}} is another minor hotspot in my application.
> It is called very frequently during resource mapping and can be significantly
> improved by replacing {{String.startsWith}} and {{String.endsWith}} with
> character lookups.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)