-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
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.