[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6845) Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers

Sanne Grinovero (JIRA) noreply at atlassian.com
Thu Nov 24 06:19:19 EST 2011


Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers
---------------------------------------------------------------------------------

                 Key: HHH-6845
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6845
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 4.0.0.next


The proxyFactories could invoke ReflectHelper.overridesEquals only once at initialization time, but do so on each getProxy invocation.

Fixing this provides a 25% improvement in TPS performance when using the TPC-W benchmark with proxies enabled.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list