You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andy McCright (Jira)" <ji...@apache.org> on 2020/09/22 14:34:00 UTC

[jira] [Created] (CXF-8345) Improve Performance by avoiding MessageImpl resizing

Andy McCright created CXF-8345:
----------------------------------

             Summary: Improve Performance by avoiding MessageImpl resizing
                 Key: CXF-8345
                 URL: https://issues.apache.org/jira/browse/CXF-8345
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 3.4.0
            Reporter: Andy McCright
            Assignee: Andy McCright


The IBM performance team noticed that a significant amount of time is spent resizing the underlying data store of MessageImpl when using CXF in Open Liberty, and that a lot of time/resources can be saved by specifying an initial size of 16 and a load factor of 1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)