Re: [Codenarc-developer] Big Performance Improvements on 0.16
Brought to you by:
chrismair
From: Hamlet D'A. <ham...@gm...> - 2011-08-19 13:11:37
|
I think that is the last of the low hanging fruit though. I am back to my idea of rewriting some of the abstract classes in Java or some other statically typed language. -- Hamlet D'Arcy ham...@gm... On Fri, Aug 19, 2011 at 3:10 PM, Chris Mair <chr...@ea...> wrote: > That is great news! Thanks very much. > > -----Original Message----- > From: Hamlet DArcy [mailto:ham...@ca...] > Sent: Friday, August 19, 2011 8:15 AM > To: cod...@li...; > cod...@li... > Subject: [Codenarc-developer] Big Performance Improvements on 0.16 > > Hi everyone, > > Just an FYI, > > There are some big performance improvements in CodeNarc 0.16. This is good > news. > > The run times on my Grails project was cut in half. > > The problem was being caused by using the Object#getProperties() method that > the GDK provides. This does dynamic lookup in the metaclass and reflection > in the .class file. It is a bit of a performance hog. Anyway, if you're > writing rules then you should probably avoid looking up properties this way. > > > Enjoy, > > -- > Hamlet D'Arcy > ham...@ca... > > > ---------------------------------------------------------------------------- > -- > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user > administration capabilities and model configuration. Take the hassle out of > deploying and managing Subversion and the tools developers use with it. > http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > |