[ 
https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204549#comment-17204549
 ] 

ASF subversion and git services commented on WICKET-6835:
---------------------------------------------------------

Commit efa3175a5cb531ea876ff7e505f50f567ba607c7 in wicket's branch 
refs/heads/master from Thomas Heigl
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=efa3175 ]

Merge pull request #455 from theigl/WICKET-6835-mapper-get-placeholder

WICKET-6835 Improve performance of `AbstractMapper.getPlaceholder`

> 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)

Reply via email to