You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Heigl (Jira)" <ji...@apache.org> on 2020/10/02 09:50:00 UTC

[jira] [Resolved] (WICKET-6838) Improve performance of Strings.split

     [ https://issues.apache.org/jira/browse/WICKET-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Heigl resolved WICKET-6838.
----------------------------------
    Fix Version/s: 9.1.0
       Resolution: Fixed

> 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
>             Fix For: 9.1.0
>
>
> {{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)