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

Rick Curtis resolved OPENJPA-2292.
----------------------------------

    Resolution: Fixed
    
> Reduce object allocations
> -------------------------
>
>                 Key: OPENJPA-2292
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2292
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: jdbc, performance
>    Affects Versions: 2.3.0, 2.2.1, 2.2.1.0
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>             Fix For: 2.3.0, 2.2.1, 2.2.1.0
>
>
> While doing some performance analysis we have found that we can reduce object 
> allocations a number of places in the code base.
> * In JDBCStoreManager we can create a simple pool(list) of 
> CancelPreparedStatement/CancelStatement.  
> * BrokerImpl.initializeOperatingSet, use a java.util.IdentityHashMap rather 
> than org.apache.commons.collections.map.IdentityMap.IdentityMap.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to