[
https://issues.apache.org/jira/browse/OFBIZ-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511170#comment-14511170
]
Martin Becker commented on OFBIZ-5169:
--------------------------------------
Well, my intention is to overall switch the now used LinkedList to ArrayList,
as it is the more proper default with a light performance drawback in rare
cases, if at all, and to be in line with the types used in groovy scripts. No
functional drawback compared to FastList is to be expected (in contrast to
HashMap/HashSet, if preserving the insert-order for iteration is a requirement).
That would be a good starting point for detailed analysis and changes in the
scope of [OFBIZ-6298], to optimize the use of collection types, also this will
be a very exhausting activity over thousands of code places with very small
expectable benefits in real world performance.
> Removing Javolution from framework components
> ---------------------------------------------
>
> Key: OFBIZ-5169
> URL: https://issues.apache.org/jira/browse/OFBIZ-5169
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Varun Bhansaly
> Priority: Minor
> Attachments: framework-FastList-removed.patch
>
>
> a. Remove static instances of Javolution objects.
> b. Remove other uses of Javolution objects.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)