[infinispan-issues] [JBoss JIRA] (ISPN-1456) Improve transactions performance by defining a non-system hashCode

Sanne Grinovero (Created) (JIRA) jira-events at lists.jboss.org
Fri Oct 14 07:51:17 EDT 2011


Improve transactions performance by defining a non-system hashCode
------------------------------------------------------------------

                 Key: ISPN-1456
                 URL: https://issues.jboss.org/browse/ISPN-1456
             Project: Infinispan
          Issue Type: Enhancement
          Components: Transactions
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 5.1.0.BETA2


I'm experiencing an impressively high overhead of Object.hashCode for org.infinispan.transaction.xa.TransactionXaAdapter, being invoked in the TransactionManager to store it HashTable(s). Adding a simple hashCode implementation provides a 5X performance improvement in synthetic microbenchmarks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list