You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2015/06/04 21:17:39 UTC

[jira] [Updated] (GROOVY-7384) Optimize performance of @EqualsAndHashCode and @ToString

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

Pascal Schumacher updated GROOVY-7384:
--------------------------------------
    Fix Version/s:     (was: 2.4.4)

> Optimize performance of @EqualsAndHashCode and @ToString
> --------------------------------------------------------
>
>                 Key: GROOVY-7384
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7384
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.4.3
>            Reporter: Cédric Champeau
>            Assignee: Cédric Champeau
>
> As illustrated in this Git repo, we have serious performance issues with {{EqualsAndHashCode}} and {{ToString}}, partly because of the generated code which relies on {{InvokerHelper}} instead of allowing direct method calls, and partly because of missing optimizations in the static compiler.
> See https://github.com/jkschneider/model-class-benchmark



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)