You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2014/07/06 12:00:37 UTC

[jira] [Updated] (DELTASPIKE-506) [perf] use a shared StringBuilder

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

Thomas Andraschko updated DELTASPIKE-506:
-----------------------------------------

    Fix Version/s:     (was: 1.0.1)
                   1.0.3

> [perf] use a shared StringBuilder
> ---------------------------------
>
>                 Key: DELTASPIKE-506
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-506
>             Project: DeltaSpike
>          Issue Type: Improvement
>            Reporter: Thomas Andraschko
>            Assignee: Thomas Andraschko
>            Priority: Minor
>             Fix For: 1.0.3
>
>
> Currently each generated actionURL will create a new StringBuilder instance, if renderClientWindowMode enabled...
> I would do the same as in MyFaces:
> Create a SharedStringBuilder with a get method -> #get(key, facesContext)
> instances will be stored as FacesContext attribute



--
This message was sent by Atlassian JIRA
(v6.2#6252)