[
https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204680#comment-17204680
]
ASF subversion and git services commented on WICKET-6835:
---------------------------------------------------------
Commit 532cedc7f6b135b1faba7251475a0e82307cf92b in wicket's branch
refs/heads/wicket-8.x from Thomas Heigl
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=532cedc ]
WICKET-6835 Improve performance of `AbstractMapper.getPlaceholder`
(cherry picked from commit 3e29178981b1d42cd75fdeccdba620b8ce89e37f)
> 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
> Fix For: 9.1.0
>
>
> {{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)