[
https://issues.apache.org/jira/browse/WICKET-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206070#comment-17206070
]
ASF subversion and git services commented on WICKET-6838:
---------------------------------------------------------
Commit 38ec134d86464a3d2f963dabf0460dc63e9bfdd0 in wicket's branch
refs/heads/master from Thomas Heigl
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=38ec134 ]
WICKET-6838 Improve performance of Strings.split
> Improve performance of Strings.split
> ------------------------------------
>
> Key: WICKET-6838
> URL: https://issues.apache.org/jira/browse/WICKET-6838
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Affects Versions: 9.0.0
> Reporter: Thomas Heigl
> Assignee: Thomas Heigl
> Priority: Major
>
> {{Strings.split}} is another frequently called method that can easily be
> improved.
> It is fairly optimal when the target string contains the separator char 2+
> times, but can be optimized for the 0 and 1 cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)